Problem identifyinggirlfriends
User PerihelionfromAphelion
Submission Time 2026-08-28 14:02:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

identifyinggirlfriends.cpp: In function ‘int32_t main()’:
identifyinggirlfriends.cpp:23:24: error: expected primary-expression before ‘;’ token
23 | cin >> type >> string;
| ^
identifyinggirlfriends.cpp:24:36: error: expected primary-expression before ‘]’ token
24 | if (type == 1) cout << mp1[string] << "\n";
| ^
identifyinggirlfriends.cpp:25:26: error: expected primary-expression before ‘]’ token
25 | else cout << mp2[string] << "\n";
| ^