0_0_15017903_31438.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_15017903_31438.cpp:84:19: error: stray '#' in program
printf(Case #%d:
^
0_0_15017903_31438.cpp: In function 'int main()':
0_0_15017903_31438.cpp:80:11: error: expected primary-expression before '%' token
scanf(%d,&t);
^
0_0_15017903_31438.cpp:80:12: error: 'd' was not declared in this scope
scanf(%d,&t);
^
0_0_15017903_31438.cpp:84:14: error: 'Case' was not declared in this scope
printf(Case #%d:
^
0_0_15017903_31438.cpp:86:13: error: expected primary-expression before '%' token
scanf(%d%d%d,&n,&m,&k);
^
0_0_15017903_31438.cpp:96:17: error: expected primary-expression before '%' token
scanf(%d,&color[j]);
^
0_0_15017903_31438.cpp:116:18: error: 'YES' was not declared in this scope
printf(YES
^
0_0_15017903_31438.cpp:120:20: error: expected primary-expression before '%' token
printf(%d,map[j][1]);
^
0_0_15017903_31438.cpp:122:25: error: expected primary-expression before '%' token
printf( %d,map[j][k]);
^
0_0_15017903_31438.cpp:124:1: error: too few arguments to function 'int printf(const char*, ...)'
);
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/locale.h:12:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/clocale:42,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/c++locale.h:41,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/localefwd.h:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:41,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_15017903_31438.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: declared here
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_15017903_31438.cpp:129:18: error: 'NO' was not declared in this scope
printf(NO
^
0_0_15017903_31438.cpp:133:13: error: expected '}' at end of input
return 0;
^
|