0_0_35243988_2316.cpp:65:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_35243988_2316.cpp:68:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_35243988_2316.cpp:72:5: error: redefinition of 'int n'
int n;
^
0_0_35243988_2316.cpp:2:5: note: 'int n' previously declared here
int n;
^
0_0_35243988_2316.cpp: In function 'int main()':
0_0_35243988_2316.cpp:90:5: error: redefinition of 'int main()'
int main()
^
0_0_35243988_2316.cpp:39:5: note: 'int main()' previously defined here
int main()
^
0_0_35243988_2316.cpp:95:33: error: 'memset' was not declared in this scope
memset(map,0,sizeof(map));
^
|