yeputons

Untitled

Dec 19th, 2013
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. int arr[1];
  2. int n = 0;
  3.  
  4. int main() {
  5.   if (n <= 0) n = 0;
  6.   arr[n] = 0;
  7.   if (n <= 0) n = 0;
  8.   return 0;
  9. }
Add Comment
Please, Sign In to add comment