| Problem | identifyinggirlfriends |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-07 18:43:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
identifyinggirlfriends.cpp: In function ‘int main()’:
identifyinggirlfriends.cpp:23:15: error: expected ‘;’ before ‘for’
23 | cin >> name
| ^
| ;
24 | for(auto [key, val] : names){
| ~~~