0_0_39167750_2883.cpp:1:4: error: stray '#' in program
1 | 1 #include <stdio.h>
| ^
0_0_39167750_2883.cpp:2:4: error: stray '#' in program
2 | 2 #include <vector>
| ^
0_0_39167750_2883.cpp:3:4: error: stray '#' in program
3 | 3 #include <map>
| ^
0_0_39167750_2883.cpp:1:2: error: expected unqualified-id before numeric constant
1 | 1 #include <stdio.h>
| ^
0_0_39167750_2883.cpp:5:2: error: expected unqualified-id before numeric constant
5 | 5 using namespace std;
| ^
0_0_39167750_2883.cpp:6:2: error: expected unqualified-id before numeric constant
6 | 6
| ^
|