| Problem | prefixsums |
|---|---|
| User | xuankhanh |
| Submission Time | 2025-11-24 12:04:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:30:10: error: ‘illnt’ was not declared in this scope; did you mean ‘int’?
30 | for (illnt j = 1; j<= query; ++j){
| ^~~~~
| int
prefixsums.cpp:30:23: error: ‘j’ was not declared in this scope; did you mean ‘jn’?
30 | for (illnt j = 1; j<= query; ++j){
| ^
| jn