Problem | prefixsums |
---|---|
User | fueh |
Submission Time | 2024-04-18 12:17:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:16:37: error: expected ‘;’ before ‘)’ token
16 | for (int x = 0; x < queries< x++) {
| ^
| ;
prefixsums.cpp:18:14: error: expected primary-expression before ‘int’
18 | cin >> int bobo >> int kwan;
| ^~~
prefixsums.cpp:19:27: error: ‘kwan’ was not declared in this scope
19 | for(int a = 0; a < (kwan-bobo); a++) {
| ^~~~
prefixsums.cpp:19:32: error: ‘bobo’ was not declared in this scope
19 | for(int a = 0; a < (kwan-bobo); a++) {
| ^~~~