0_0_35023842_9158.c: In function 'main':
0_0_35023842_9158.c:10:5: error: stray '\' in program
while(scanf(\"%d\",&n)!=EOF)
^
0_0_35023842_9158.c:10:5: error: missing terminating " character
0_0_35023842_9158.c:11:5: error: expected expression before '{' token
{
^
0_0_35023842_9158.c:21:9: error: stray '\' in program
printf(\"%d\\n\",a[n]);
^
0_0_35023842_9158.c:21:9: error: missing terminating " character
0_0_35023842_9158.c:24:1: error: expected declaration or statement at end of input
}
^
|