Problem | boardvision |
---|---|
User | InfinityIntegral |
Submission Time | 2023-11-21 02:00:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boardvision.cpp:10:1: error: ‘unordered_multiset’ does not name a type
10 | unordered_multiset<int> y[4];
| ^~~~~~~~~~~~~~~~~~
boardvision.cpp: In function ‘int main()’:
boardvision.cpp:18:3: error: ‘y’ was not declared in this scope
18 | y[0].insert(a);
| ^
boardvision.cpp:26:7: error: ‘y’ was not declared in this scope
26 | if(y[i].count(j)==0){}
| ^