0_0_21671897_14206.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_21671897_14206.cpp: In function 'int main()':
0_0_21671897_14206.cpp:136:15: error: expected primary-expression before '%' token
scanf(%d %d,&n,&m);
^
0_0_21671897_14206.cpp:136:16: error: 'd' was not declared in this scope
scanf(%d %d,&n,&m);
^
0_0_21671897_14206.cpp:144:19: error: expected primary-expression before '%' token
scanf(%d %d %d,&p,&s,&e);
^
0_0_21671897_14206.cpp:153:16: error: 'Case' was not declared in this scope
printf(Case %d: ,++cnt);
^
0_0_21671897_14206.cpp:154:27: error: 'Yes' was not declared in this scope
puts(ans == sum ? Yes : No);
^
0_0_21671897_14206.cpp:154:33: error: 'No' was not declared in this scope
puts(ans == sum ? Yes : No);
^
0_0_21671897_14206.cpp:155:14: error: too few arguments to function 'int puts(const char*)'
puts();
^
In file included from 0_0_21671897_14206.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:504:15: note: declared here
int __cdecl puts(const char *_Str);
^
|