Problem ccs
User Ush
Submission Time 2023-11-09 10:05:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:48:13: error: expected ‘;’ at end of input
48 | return 0
| ~^
| ;
ccs.cpp:48:12: error: expected ‘}’ at end of input
48 | return 0
| ^
ccs.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^