Problem | ccs |
---|---|
User | blob |
Submission Time | 2023-11-14 12:05:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
ccs.cpp: In function ‘int main()’:
ccs.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> N >> Q;
| ^~~
ccs.cpp:7:5: error: ‘set’ was not declared in this scope
7 | set<int> asleepCats;
| ^~~
ccs.cpp:7:9: error: expected primary-expression before ‘int’
7 | set<int> asleepCats;
| ^~~
ccs.cpp:8:5: error: ‘vector’ was not declared in this scope
8 | vector<bool> isAwake(N, true);
| ^~~~~~
ccs.cpp:8:12: error: expected primary-expression before ‘bool’
8 | vector<bool> isAwake(N, true);
| ^~~~
ccs.cpp:11:9: error: ‘string’ was not declared in this scope
11 | string event;
| ^~~~~~
ccs.cpp:12:16: error: ‘event’ was not declared in this scope
12 |