Problem | prefixsums |
---|---|
User | hackerman123 |
Submission Time | 2023-07-24 21:02:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:13:20: error: expected ‘;’ before ‘}’ token
13 | prefixsum[i] = k
| ^
| ;
14 | } else{
| ~
prefixsums.cpp:20:16: error: expected unqualified-id before ‘long’
20 | long long l, long long p; cin >> l >> p;
| ^~~~
prefixsums.cpp:20:41: error: ‘p’ was not declared in this scope
20 | long long l, long long p; cin >> l >> p;
| ^