Problem ccs
User SuspiciousAmogus
Submission Time 2024-06-15 15:41:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:13:16: error: expected initializer before ‘it’
13 | auto iterator it;
| ^~
ccs.cpp:25:5: error: ‘it’ was not declared in this scope; did you mean ‘int’?
25 | it = us.begin();
| ^~
| int
ccs.cpp:41:5: error: ‘it’ was not declared in this scope; did you mean ‘int’?
41 | it = us.begin();
| ^~
| int