Problem ccs
User AndyChen
Submission Time 2026-03-06 16:04:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:14:15: error: ‘o’ was not declared in this scope
14 | cats[o]="s"
| ^
ccs.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
ccs.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^