Problem catlunch
User Stucknight
Submission Time 2024-08-29 22:00:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:19:13: error: expected ‘;’ before ‘}’ token
19 | k = k + 1
| ^
| ;
20 | }
| ~