0_0_30230864_4651.cpp:1:4: error: stray '#' in program
1 #include <stdio.h>
^
0_0_30230864_4651.cpp:2:4: error: stray '#' in program
2 #include <algorithm>
^
0_0_30230864_4651.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include <stdio.h>
^
0_0_30230864_4651.cpp:4:2: error: expected unqualified-id before numeric constant
4 int q[1005],t[1005];
^
0_0_30230864_4651.cpp:5:2: error: expected unqualified-id before numeric constant
5 bool cmp(int a,int b)
^
0_0_30230864_4651.cpp:9:2: error: expected unqualified-id before numeric constant
9 int main()
^
|