| Problem | goodseq |
|---|---|
| User | paaaaaaaaaaaaaaaaaaa |
| Submission Time | 2024-11-12 09:11:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
goodseq.cpp: In function ‘int32_t main()’:
goodseq.cpp:11:5: error: ‘unordered’ was not declared in this scope
11 | unordered map<int, int> b;
| ^~~~~~~~~
goodseq.cpp:14:9: error: ‘b’ was not declared in this scope
14 | b[x]++;
| ^
goodseq.cpp:17:12: error: ‘b’ was not declared in this scope
17 | if(b[j] > j){
| ^
goodseq.cpp:20:12: error: ‘b’ was not declared in this scope
20 | if(b[j] < j){
| ^