Problem candies
User akqxolotl
Submission Time 2025-11-12 17:07:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candies.cpp: In function ‘int main()’:
candies.cpp:61:2: error: ‘unodered_map’ was not declared in this scope
61 | unodered_map<int,int> o;
| ^~~~~~~~~~~~
candies.cpp:8:13: error: expected primary-expression before ‘long’
8 | #define int long long
| ^~~~
candies.cpp:61:15: note: in expansion of macro ‘int’
61 | unodered_map<int,int> o;
| ^~~
candies.cpp:66:4: error: ‘o’ was not declared in this scope
66 | o[x]++;
| ^
candies.cpp:69:7: error: ‘o’ was not declared in this scope
69 | if(o[x]>0)o[x]--;
| ^
candies.cpp:70:7: error: ‘o’ was not declared in this scope
70 | if(o[x]==0)root->ud(x,0);
| ^