Problem | identifyinggirlfriends |
---|---|
User | charlottekjy |
Submission Time | 2024-08-04 09:47:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
identifyinggirlfriends.cpp:1:1: error: ‘n’ does not name a type
1 | n, q = map(int, input().split())
| ^
identifyinggirlfriends.cpp:3:1: error: ‘names’ does not name a type
3 | names = {}
| ^~~~~
identifyinggirlfriends.cpp:4:1: error: ‘final’ does not name a type
4 | final = []
| ^~~~~