Problem identifyinggirlfriends
User Ctjh
Submission Time 2024-01-31 17:21:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

identifyinggirlfriends.cpp: In function ‘int main()’:
identifyinggirlfriends.cpp:20:5: error: expected initializer before ‘for’
20 | for(int i = 0; i<n; i++){
| ^~~
identifyinggirlfriends.cpp:20:20: error: ‘i’ was not declared in this scope
20 | for(int i = 0; i<n; i++){
| ^
identifyinggirlfriends.cpp:31:22: error: ‘map2’ was not declared in this scope; did you mean ‘map1’?
31 | result = map2[name]
| ^~~~
| map1