Problem identifyinggirlfriends
User Hengweezy
Submission Time 2024-01-31 17:14:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

identifyinggirlfriends.cpp: In function ‘int main()’:
identifyinggirlfriends.cpp:5:2: error: ‘unordered_map’ was not declared in this scope
5 | unordered_map ftos;
| ^~~~~~~~~~~~~
identifyinggirlfriends.cpp:2:1: note: ‘std::unordered_map’ is defined in header ‘<unordered_map>’; did you forget to ‘#include <unordered_map>’?
1 | #include <iostream>
+++ |+#include <unordered_map>
2 | using namespace std;
identifyinggirlfriends.cpp:6:22: error: expected primary-expression before ‘,’ token
6 | unordered_map<string,string stof;
| ^
identifyinggirlfriends.cpp:6:30: error: expected primary-expression before ‘stof’
6 | unordered_map<string,string stof;
| ^~~~
identifyinggirlfriends.cpp:16:3: error: ‘ftos’ was not declared in this scope
16 | ftos[name] = nickname;
| ^~~~
identifyinggirlfriends.cpp:17:7: error: