| Problem | identifyinggirlfriends |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-28 14:01:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
identifyinggirlfriends.cpp: In function ‘int main()’:
identifyinggirlfriends.cpp:21:24: error: expected primary-expression before ‘;’ token
21 | cin >> type >> string;
| ^
identifyinggirlfriends.cpp:22:36: error: expected primary-expression before ‘]’ token
22 | if (type == 1) cout << mp1[string] << "\n";
| ^
identifyinggirlfriends.cpp:23:26: error: expected primary-expression before ‘]’ token
23 | else cout << mp2[string] << "\n";
| ^