0_0_24733958_5637.c: In function 'main':
0_0_24733958_5637.c:5:4: error: stray '\' in program
while(scanf(\"%d\",&n)!=EOF)
^
0_0_24733958_5637.c:5:4: error: missing terminating " character
0_0_24733958_5637.c:6:4: error: expected expression before '{' token
{
^
0_0_24733958_5637.c:8:9: error: stray '\' in program
scanf(\"%d%d\",&a[i],&b[i]);
^
0_0_24733958_5637.c:8:9: error: missing terminating " character
0_0_24733958_5637.c:47:8: error: stray '\' in program
printf(\"%d\\n\",maxsum);
^
0_0_24733958_5637.c:47:8: error: missing terminating " character
0_0_24733958_5637.c:50:1: error: expected declaration or statement at end of input
}
^
|