Problem thumper2
User dumgod
Submission Time 2026-03-07 16:04:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thumper2.cpp: In function ‘int main()’:
thumper2.cpp:24:32: error: expected ‘;’ before ‘if’
24 | cin>>a; pos[a-1].second
| ^
| ;
25 | if(a>0)store[0]-=2;
| ~~