0_0_39089127_32592.cpp:3:4: error: stray '#' in program
3 | 1 #include <cstdio>
| ^
0_0_39089127_32592.cpp:4:4: error: stray '#' in program
4 | 2 #include <cstring>
| ^
0_0_39089127_32592.cpp:5:4: error: stray '#' in program
5 | 3 #include <algorithm>
| ^
0_0_39089127_32592.cpp:1:1: error: 'View' does not name a type
1 | View Code
| ^~~~
0_0_39089127_32592.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 5 int a[205][205];
| ^
0_0_39089127_32592.cpp:8:2: error: expected unqualified-id before numeric constant
8 | 6 struct
| ^
0_0_39089127_32592.cpp:11:5: error: 'bottomleft' does not name a type
11 | 9 }bottomleft[105],topright[105];
| ^~~~~~~~~~
0_0_39089127_32592.cpp:12:1: error: expected unqualified-id before numeric constant
12 | 10 int col[205];
| ^~
0_0_39089127_32592.cpp:13:1: error: expected unqualified-id before numeric constant
13 | 11 int xx[205];
| ^~
0_0_39089127_32592.cpp:14:1: error: expected unqualified-id before numeric constant
14 | 12 int yy[205];
| ^~
0_0_39089127_32592.cpp:15:1: error: expected unqualified-id before numeric constant
15 | 13 int area[105];
| ^~
0_0_39089127_32592.cpp:16:1: error: expected unqualified-id before numeric constant
16 | 14 int binsearch(int kk[],int l,int r,int key)
| ^~
0_0_39089127_32592.cpp:25:1: error: expected unqualified-id before numeric constant
25 | 23 void paint(int l1,int l2,int r1,int r2,int c)
| ^~
0_0_39089127_32592.cpp:32:1: error: expected unqualified-id before numeric constant
32 | 30 void cal(int k1,int k2)
| ^~
0_0_39089127_32592.cpp:40:1: error: expected unqualified-id before numeric constant
40 | 38 int main()
| ^~
|