/in/foo.cc:30:2: error: stray '#' in program
 }#include<iostream>
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:26: error: 'memset' was not declared in this scope
  memset(Map,0,sizeof(Map));
                          ^
/in/foo.cc: At global scope:
/in/foo.cc:30:3: error: 'include' does not name a type
 }#include<iostream>
   ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:5: error: redefinition of 'int main()'
 int main()
     ^~~~
/in/foo.cc:5:5: note: 'int main()' previously defined here
 int main()
     ^~~~
/in/foo.cc:46:26: error: 'memset' was not declared in this scope
  memset(Map,0,sizeof(Map));
                          ^