Problem | competition |
---|---|
User | G |
Submission Time | 2024-02-17 23:39:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:13:5: error: ‘pair1’ was not declared in this scope; did you mean ‘pair’?
13 | pair1=pair[j].first;
| ^~~~~
| pair
competition.cpp:14:5: error: ‘pair2’ was not declared in this scope; did you mean ‘pair’?
14 | pair2=pair[j].second;
| ^~~~~
| pair