Problem ccs
User lHog
Submission Time 2024-03-13 08:43:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:22:21: error: expected ‘;’ before ‘}’ token
22 | if (t > 0) break
| ^
| ;
23 | }
| ~