Problem | duckhunt |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2025-03-14 15:12:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt.cpp: In function ‘int main()’:
duckhunt.cpp:20:20: error: request for member ‘first’ in ‘it’, which is of non-class type ‘long long int’
20 | int i = it.first;
| ^~~~~
duckhunt.cpp:26:25: error: request for member ‘first’ in ‘it2’, which is of non-class type ‘long long int’
26 | int j = it2.first;
| ^~~~~