0_0_36080831_8555.cpp:1:3: error: stray '#' in program
1 #include<stdio.h>
^
0_0_36080831_8555.cpp:2:4: error: stray '#' in program
2 #include<stdlib.h>
^
0_0_36080831_8555.cpp:3:4: error: stray '#' in program
3 #include<time.h>
^
0_0_36080831_8555.cpp:4:4: error: stray '#' in program
4 #include<algorithm>
^
0_0_36080831_8555.cpp:5:4: error: stray '#' in program
5 #include<vector>
^
0_0_36080831_8555.cpp:6:4: error: stray '#' in program
6 #include<set>
^
0_0_36080831_8555.cpp:7:4: error: stray '#' in program
7 #define ll long long
^
0_0_36080831_8555.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include<stdio.h>
^
0_0_36080831_8555.cpp:9:2: error: expected unqualified-id before numeric constant
9 int a[1000005],b[1000005];
^
0_0_36080831_8555.cpp:10:1: error: expected unqualified-id before numeric constant
10 long long num;
^
0_0_36080831_8555.cpp:11:1: error: expected unqualified-id before numeric constant
11 int check(int n,int k,int m)
^
|