0_0_34710917_10469.cpp:1:3: error: stray '#' in program
1 #include<iostream>
^
0_0_34710917_10469.cpp:2:5: error: stray '#' in program
2 #include<stdio.h>
^
0_0_34710917_10469.cpp:3:5: error: stray '#' in program
3 #include<math.h>
^
0_0_34710917_10469.cpp:4:5: error: stray '#' in program
4 #include<algorithm>
^
0_0_34710917_10469.cpp:5:5: error: stray '#' in program
5 #include<string.h>
^
0_0_34710917_10469.cpp:6:5: error: stray '#' in program
6 #include<string>
^
0_0_34710917_10469.cpp:7:5: error: stray '#' in program
7 #include<ctime>
^
0_0_34710917_10469.cpp:8:5: error: stray '#' in program
8 #include<queue>
^
0_0_34710917_10469.cpp:9:5: error: stray '#' in program
9 #include<list>
^
0_0_34710917_10469.cpp:10:5: error: stray '#' in program
10 #include<map>
^
0_0_34710917_10469.cpp:11:5: error: stray '#' in program
11 #include<set>
^
0_0_34710917_10469.cpp:12:5: error: stray '#' in program
12 #define INF 999999999
^
0_0_34710917_10469.cpp:13:5: error: stray '#' in program
13 #define MAXN 100000
^
0_0_34710917_10469.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include<iostream>
^
0_0_34710917_10469.cpp:15:2: error: expected unqualified-id before numeric constant
15 int b[10],mark[10],a[10],arr[MAXN+1],pos;
^
0_0_34710917_10469.cpp:16:2: error: expected unqualified-id before numeric constant
16 set<int> ss;
^
0_0_34710917_10469.cpp:17:2: error: expected unqualified-id before numeric constant
17
^
|