0_0_25049165_18592.cpp:2:3: error: stray '#' in program
2.#include"string.h"
^
0_0_25049165_18592.cpp:3:3: error: stray '#' in program
3.#define N 10002
^
0_0_25049165_18592.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include"string.h"
^
0_0_25049165_18592.cpp:7:4: error: 'A' does not name a type
7.}A[N];
^
0_0_25049165_18592.cpp:8:1: error: expected unqualified-id before numeric constant
8.int main()
^
|