Problem reinforcement
User MasterCoder8421
Submission Time 2025-12-01 15:28:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reinforcement.cpp: In function ‘int main()’:
reinforcement.cpp:188:19: error: expected ‘}’ before ‘else’
188 | if (ans==limit){ else cout << -2 << endl;}
| ~ ^~~~
reinforcement.cpp: At global scope:
reinforcement.cpp:189:2: error: expected unqualified-id before ‘else’
189 | else cout << ans << endl;
| ^~~~
reinforcement.cpp:192:1: error: expected declaration before ‘}’ token
192 | }
| ^