Problem | collectmushrooms |
---|---|
User | Josh28acc2 |
Submission Time | 2025-01-13 13:41:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms.cpp:5:22: error: ‘a’ does not name a type
5 | int seg[1000000]={0};a
| ^
collectmushrooms.cpp: In function ‘void update(long long int, long long int)’:
collectmushrooms.cpp:8:7: error: ‘n’ was not declared in this scope
8 | pos+=n; seg[pos]=v;
| ^
collectmushrooms.cpp: In function ‘long long int query(long long int, long long int)’:
collectmushrooms.cpp:20:5: error: ‘n’ was not declared in this scope
20 | l+=n;
| ^
collectmushrooms.cpp: In function ‘int32_t main()’:
collectmushrooms.cpp:40:9: error: ‘n’ was not declared in this scope
40 | cin >> n >> q;
| ^