Problem arrayqueries
User andikawahyudi
Submission Time 2026-06-24 14:05:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayqueries.cpp: In function ‘int main()’:
arrayqueries.cpp:13:8: error: ‘Q’ was not declared in this scope
13 | while(Q--) {
| ^
arrayqueries.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
arrayqueries.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^