0_0_30230853_13149.cpp:1:4: error: stray '#' in program
1 #include <bits/stdc++.h>
^
0_0_30230853_13149.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include <bits/stdc++.h>
^
0_0_30230853_13149.cpp:3:2: error: expected unqualified-id before numeric constant
3 struct stick
^
0_0_30230853_13149.cpp:6:5: error: 'p' does not name a type
6 }p[5050];
^
0_0_30230853_13149.cpp:7:2: error: expected unqualified-id before numeric constant
7 bool cmp(stick a,stick b)
^
0_0_30230853_13149.cpp:11:1: error: expected unqualified-id before numeric constant
11 int main()
^
|