0_0_33290277_28866.cpp: In function 'int main()':
0_0_33290277_28866.cpp:10:24: error: 'N' was not declared in this scope
while(~scanf("%d",&N))
^
0_0_33290277_28866.cpp:12:13: error: 'i' was not declared in this scope
for(i=0; i<N; i++)
^
0_0_33290277_28866.cpp:18:5: error: expected '}' at end of input
}
^
|