Problem ccs
User Biologyhater123
Submission Time 2025-07-26 17:55:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:27:38: error: expected ‘;’ before ‘}’ token
27 | cout << "YES" << "\n"
| ^
| ;
28 | }
| ~