0_0_39673994_30076.cpp: In function 'int main()':
0_0_39673994_30076.cpp:6:15: error: expected primary-expression before '%' token
6 | scanf(%d,&t);
| ^
0_0_39673994_30076.cpp:6:16: error: 'd' was not declared in this scope
6 | scanf(%d,&t);
| ^
0_0_39673994_30076.cpp:11:34: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
11 | scanf("%d %d",&n &q);
| ~~ ^~
| | |
| | int
| int*
0_0_39673994_30076.cpp:21:42: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
21 | scanf("%d %d",&l &r);
| ~~ ^~
| | |
| | int
| int*
|