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