0_0_22347063_18467.cpp:2:4: error: stray '#' in program
2 #include <cstring>
^
0_0_22347063_18467.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <cstring>
^
0_0_22347063_18467.cpp: In function 'int main()':
0_0_22347063_18467.cpp:34:29: error: 'memset' was not declared in this scope
memset(f,0,sizeof(f));f[0][m][0]=1;
^
|