Problem | ccs |
---|---|
User | Bulbasheen |
Submission Time | 2024-02-06 21:01:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:2:5: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(0);
| ^~~
ccs.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
ccs.cpp:5:5: error: ‘string’ was not declared in this scope
5 | string query;
| ^~~~~~
ccs.cpp:7:5: error: ‘set’ was not declared in this scope
7 | set<long long> sleep;
| ^~~
ccs.cpp:7:9: error: expected primary-expression before ‘long’
7 | set<long long> sleep;
| ^~~~
ccs.cpp:9:16: error: ‘query’ was not declared in this scope
9 | cin >> query >> x;
| ^~~~~
ccs.cpp:11:13: error: ‘sleep’ was not declared in this scope
11 | sleep.emplace(x);
| ^~~~~
ccs.cpp:14:13: error: ‘sleep’ was not declared in this scope
14 | sleep.erase(x);