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