0_0_16059954_16236.cpp:8:1: error: stray '\' in program
while (scanf (\"%d\",&n)+1)
^
0_0_16059954_16236.cpp:8:1: error: missing terminating " character
0_0_16059954_16236.cpp:9:1: error: stray '\' in program
printf (\"%lld\\n\",a[n]);}
^
0_0_16059954_16236.cpp:9:1: error: missing terminating " character
0_0_16059954_16236.cpp: In function 'int main()':
0_0_16059954_16236.cpp:9:8: error: expected primary-expression at end of input
printf (\"%lld\\n\",a[n]);}
^
0_0_16059954_16236.cpp:9:8: error: expected ')' at end of input
0_0_16059954_16236.cpp:9:8: error: expected statement at end of input
0_0_16059954_16236.cpp:9:8: error: expected '}' at end of input
|