| Problem | rmaxq |
|---|---|
| User | xyzidk9 |
| Submission Time | 2026-07-11 09:21:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rmaxq.cpp: In function ‘int main()’:
rmaxq.cpp:5:10: error: ‘null’ was not declared in this scope
5 | cin.tie(null)
| ^~~~
rmaxq.cpp:7:9: error: ‘n’ was not declared in this scope
7 | cin >> n;
| ^
rmaxq.cpp:10:10: error: ‘range’ was not declared in this scope
10 | cin >> range[i];
| ^~~~~
rmaxq.cpp:12:9: error: ‘num_of_queries’ was not declared in this scope
12 | cin >> num_of_queries;
| ^~~~~~~~~~~~~~
rmaxq.cpp:14:10: error: ‘query’ was not declared in this scope
14 | cin >> query >> range_a >> range_b;
| ^~~~~
rmaxq.cpp:14:19: error: ‘range_a’ was not declared in this scope
14 | cin >> query >> range_a >> range_b;
| ^~~~~~~
rmaxq.cpp:14:30: error: ‘range_b’ was not declared in this scope
14 | cin >> query >> range_a >> range