Problem | goombatower |
---|---|
User | Xiaoyang |
Submission Time | 2023-12-11 11:23:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goombatower.cpp: In function ‘int main()’:
goombatower.cpp:77:20: error: ‘m’ was not declared in this scope
77 | update(rt,1,1e9,1,m,1);
| ^
goombatower.cpp:84:26: error: ‘val’ was not declared in this scope
84 | if(query(1,1,n,1,mid)>val)lo=mid+1;
| ^~~