Problem | ccs |
---|---|
User | silvspider |
Submission Time | 2024-07-06 10:20:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:12:9: error: ‘x’ was not declared in this scope
12 | cin>>x;
| ^
ccs.cpp:13:4: error: ‘asleep_cats’ was not declared in this scope
13 | asleep_cats.erase(x);
| ^~~~~~~~~~~
ccs.cpp:15:9: error: ‘x’ was not declared in this scope
15 | cin>>x;
| ^
ccs.cpp:16:4: error: ‘asleep_cats’ was not declared in this scope
16 | asleep_cats.insert(x);
| ^~~~~~~~~~~
ccs.cpp:18:9: error: ‘x’ was not declared in this scope
18 | cin>>x>>y;
| ^
ccs.cpp:18:12: error: ‘y’ was not declared in this scope
18 | cin>>x>>y;
| ^
ccs.cpp:19:8: error: ‘asleep_cats’ was not declared in this scope
19 | if(*asleep_cats.lower_bound(x)){
| ^~~~~~~~~~~
ccs.cpp:22:5: error: expected ‘}’ before ‘else’
22 | }else{
| ^~~~
ccs.cpp