icc.cpp: In function 'void run(long long int)':
icc.cpp:17:54: error: cannot convert 'long long int*' to 'int*'
17 | int q = query(1, 1, new int[]{j}, new int[]{k});
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| long long int*
In file included from icc.cpp:2:
icc.h:10:30: note: initializing argument 3 of 'int query(int, int, int*, int*)'
10 | int query(int a, int b, int *A, int *B);
| ~~~~~^
icc.cpp:21:57: error: 'a' was not declared in this scope
21 | setRoad(a, b);
| ^
icc.cpp:21:60: error: 'b' was not declared in this scope
21 | setRoad(a, b);
| ^