0_0_17026011_184.cpp:1:5: error: stray '#' in program
1 # include<stdio.h>
^
0_0_17026011_184.cpp:2:5: error: stray '#' in program
2 # include<string.h>
^
0_0_17026011_184.cpp:3:5: error: stray '#' in program
3 # define N 60
^
0_0_17026011_184.cpp:4:5: error: stray '#' in program
4 # define V N*N
^
0_0_17026011_184.cpp:1:3: error: expected unqualified-id before numeric constant
1 # include<stdio.h>
^
|