Problem | prefixsums |
---|---|
User | Thetissuebix |
Submission Time | 2025-06-17 22:17:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:6:36: error: expected ‘;’ before ‘long’
6 | ios::sync_with_stdio(0);cin.tie(0)
| ^
| ;
prefixsums.cpp:8:12: error: ‘N’ was not declared in this scope
8 | cin >> N >> Q;
| ^
prefixsums.cpp:8:17: error: ‘Q’ was not declared in this scope
8 | cin >> N >> Q;
| ^
prefixsums.cpp:13:16: error: ‘a’ was not declared in this scope
13 | cin >> a >> b;
| ^
prefixsums.cpp:13:21: error: ‘b’ was not declared in this scope
13 | cin >> a >> b;
| ^
prefixsums.cpp:14:9: error: ‘sum’ was not declared in this scope
14 | sum = 0;
| ^~~