Problem ccs
User Logout
Submission Time 2023-11-09 09:06:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:21:68: error: expected ‘)’ before ‘{’ token
21 | if (binary_search(sleeping_cats.begin(), sleeping_cats.end(), i){
| ~ ^
| )
ccs.cpp:26:3: error: expected primary-expression before ‘}’ token
26 | }
| ^