Problem swords
User wrizz69
Submission Time 2024-12-18 11:40:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:11:12: error: request for member ‘begin’ in ‘p’, which is of non-class type ‘std::pair<int, int> [n]’
11 | sort(p.begin(), p.end());
| ^~~~~
swords.cpp:11:23: error: request for member ‘end’ in ‘p’, which is of non-class type ‘std::pair<int, int> [n]’
11 | sort(p.begin(), p.end());
| ^~~
swords.cpp:14:12: error: ‘arr’ was not declared in this scope
14 | if(arr[i].se >maxd) {
| ^~~