0_0_16457656_14129.cpp:10:5: error: stray '\' in program
scanf(\"%d\",&t);
^
0_0_16457656_14129.cpp:10:5: error: missing terminating " character
0_0_16457656_14129.cpp:14:9: error: stray '\' in program
scanf(\"%d%d%d\",&a,&b,&c);
^
0_0_16457656_14129.cpp:14:9: error: missing terminating " character
0_0_16457656_14129.cpp:20:17: error: stray '\' in program
scanf(\"%c\",&s[i]);
^
0_0_16457656_14129.cpp:20:17: error: missing terminating " character
0_0_16457656_14129.cpp:21:13: error: stray '\' in program
year=(s[3]-\'0\')*1000+(s[4]-\'0\')*100+(s[5]-\'0\')*10+(s[6]-\'0\');
^
0_0_16457656_14129.cpp:21:13: error: missing terminating ' character
0_0_16457656_14129.cpp:22:13: error: stray '\' in program
yue=(s[7]-\'0\')*10+(s[8]-\'0\');
^
0_0_16457656_14129.cpp:22:13: error: missing terminating ' character
0_0_16457656_14129.cpp:23:13: error: stray '\' in program
ri=(s[9]-\'0\')*10+(s[10]-\'0\');
^
0_0_16457656_14129.cpp:23:13: error: missing terminating ' character
0_0_16457656_14129.cpp:46:9: error: stray '\' in program
printf(\"%d\\n\",max);
^
0_0_16457656_14129.cpp:46:9: error: missing terminating " character
0_0_16457656_14129.cpp: In function 'int main()':
0_0_16457656_14129.cpp:11:5: error: expected primary-expression before 'while'
while(t--)
^
|