Problem retrenchment
User yq
Submission Time 2026-06-25 11:00:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

retrenchment.cpp: In function ‘int main()’:
retrenchment.cpp:14:10: error: expected ‘;’ before ‘cout’
14 | count=2
| ^
| ;
15 | cout << count;
| ~~~~
retrenchment.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
retrenchment.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^