0_0_17334256_7619.cpp:2:4: error: stray '#' in program
2 #define N 100010
^
0_0_17334256_7619.cpp:2:2: error: expected unqualified-id before numeric constant
2 #define N 100010
^
0_0_17334256_7619.cpp:4:2: error: expected unqualified-id before numeric constant
4 int a[N],d[N];
^
0_0_17334256_7619.cpp:5:2: error: expected unqualified-id before numeric constant
5 int main()
^
|