Problem | swords |
---|---|
User | wrizz69 |
Submission Time | 2024-12-18 11:39:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:13:12: error: request for member ‘begin’ in ‘p’, which is of non-class type ‘ii [n]’ {aka ‘std::pair<int, int> [n]’}
13 | sort(p.begin(), p.end());
| ^~~~~
swords.cpp:13:23: error: request for member ‘end’ in ‘p’, which is of non-class type ‘ii [n]’ {aka ‘std::pair<int, int> [n]’}
13 | sort(p.begin(), p.end());
| ^~~
swords.cpp:16:12: error: ‘arr’ was not declared in this scope
16 | if(arr[i].se >maxd) {
| ^~~