Problem ccs
User 12345678
Submission Time 2024-07-06 10:16:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
ccs.cpp: In function ‘int main()’:
ccs.cpp:4:2: error: ‘ios_base’ has not been declared
4 | ios_base::sync_with_stdio(false);cin.tie(0);
| ^~~~~~~~
ccs.cpp:4:35: error: ‘cin’ was not declared in this scope
4 | ios_base::sync_with_stdio(false);cin.tie(0);
| ^~~
ccs.cpp:8:2: error: ‘set’ was not declared in this scope
8 | set<int> asleep_cats;
| ^~~
ccs.cpp:8:6: error: expected primary-expression before ‘int’
8 | set<int> asleep_cats;
| ^~~
ccs.cpp:10:3: error: ‘string’ was not declared in this scope
10 | string s;
| ^~~~~~
ccs.cpp:11:8: error: ‘s’ was not declared in this scope
11 | cin>>s;
| ^
ccs.cpp:14:4: error: ‘asleep_cats’ was not declared in this scope
14 | asleep_cats.er