0_0_34651058_32136.cpp:1:3: error: stray '#' in program
1 #include<cstdio>
^
0_0_34651058_32136.cpp:2:4: error: stray '#' in program
2 #include<queue>
^
0_0_34651058_32136.cpp:3:4: error: stray '#' in program
3 #include<algorithm>
^
0_0_34651058_32136.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include<cstdio>
^
0_0_34651058_32136.cpp:5:2: error: expected unqualified-id before numeric constant
5 typedef long long ll;
^
0_0_34651058_32136.cpp:6:2: error: expected unqualified-id before numeric constant
6 const int N = 100005;
^
0_0_34651058_32136.cpp:7:2: error: expected unqualified-id before numeric constant
7 int n, m;
^
0_0_34651058_32136.cpp:8:2: error: expected unqualified-id before numeric constant
8 int a[N];
^
0_0_34651058_32136.cpp:9:2: error: expected unqualified-id before numeric constant
9 queue<ll>q1, q2;
^
0_0_34651058_32136.cpp:10:1: error: expected unqualified-id before numeric constant
10 int jud(int k){
^
|