Problem identifyinggirlfriends
User GlitchPlungerCat
Submission Time 2026-07-17 15:28:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

identifyinggirlfriends.cpp: In function ‘int main()’:
identifyinggirlfriends.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> n >> q;
| ^~~
identifyinggirlfriends.cpp:7:5: error: ‘unordered_map’ was not declared in this scope
7 | unordered_map<string, string> nameToNick;
| ^~~~~~~~~~~~~
identifyinggirlfriends.cpp:7:5: note: suggested alternatives:
In file included from /usr/include/c++/9/unordered_map:47,
from identifyinggirlfriends.cpp:1:
/usr/include/c++/9/bits/unordered_map.h:102:11: note: ‘std::unordered_map’
102 | class unordered_map
| ^~~~~~~~~~~~~
In file included from identifyinggirlfriends.cpp:1:
/usr/include/c++/9/unordered_map:68:13: note: ‘std::pmr::unordered_map’
68 | using unordered_map
| ^~~~~~~~~~~~~
identifyinggirlfriends.cpp:7:19: error: ‘string’ was not declared in this scope