Problem | goombatower |
---|---|
User | Xiaoyang |
Submission Time | 2023-12-11 11:18:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goombatower.cpp: In function ‘int main()’:
goombatower.cpp:75:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
75 | cin>>n>>q;
| ^
| yn
goombatower.cpp:75:10: error: ‘q’ was not declared in this scope; did you mean ‘pq’?
75 | cin>>n>>q;
| ^
| pq
goombatower.cpp:86:4: error: ‘range_set’ was not declared in this scope
86 | range_set(rt,1,1e9,idx,idx,0);
| ^~~~~~~~~