Problem arcwrecker2
User pasit
Submission Time 2026-08-18 21:21:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arcwrecker2.cpp:9:1: error: ‘unorederd_map’ does not name a type
9 | unorederd_map<int,int> arr;
| ^~~~~~~~~~~~~
arcwrecker2.cpp: In function ‘int32_t main()’:
arcwrecker2.cpp:17:2: error: ‘arr’ was not declared in this scope
17 | arr[0] = 1;
| ^~~