Problem prefixsums
User shoryu386
Submission Time 2024-01-11 19:59:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp: In function ‘int main()’:
prefixsums.cpp:51:3: error: ‘qry’ was not declared in this scope
51 | qry[x] = sm;
| ^~~
prefixsums.cpp:54:38: error: ‘qry’ was not declared in this scope
54 | for (int x = 0; x < q; x++) cout << qry[x] << '\n';
| ^~~