Problem ccs
User blob
Submission Time 2023-11-14 12:41:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:19:13: error: ‘isAwake’ was not declared in this scope
19 | isAwake[cat] = true;
| ^~~~~~~
ccs.cpp:37:29: error: expected ‘)’ before string constant
37 | cout << (success "YES" : "NO") << endl;
| ~ ^ ~~~~~
| )