Problem | prefixsums |
---|---|
User | leniux |
Submission Time | 2024-08-07 13:15:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:8:21: error: ‘n’ was not declared in this scope
8 | scanf("%lld%lld", n, q);
| ^
prefixsums.cpp:8:24: error: ‘q’ was not declared in this scope
8 | scanf("%lld%lld", n, q);
| ^