0_0_39051194_17305.cpp:4:21: error: invalid operands of types 'double' and 'int' to binary 'operator<<'
4 | const int N=(1e5+10)<<3;
| ~~~~~~~~^~~
| | |
| | int
| double
0_0_39051194_17305.cpp:5:16: error: size of array 'tr' is not an integral constant-expression
5 | int cnt,sum,tr[N][30];
| ^
0_0_39051194_17305.cpp:7:8: error: size of array 'f' is not an integral constant-expression
7 | bool f[N];
| ^
|