Problem monsters
User YongXin
Submission Time 2023-12-02 17:36:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters.cpp: In function ‘int main()’:
monsters.cpp:14:9: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘std::pair<int, int> [n]’
14 | sort(a.begin(),a.end(),comp());
| ^~~~~
monsters.cpp:14:19: error: request for member ‘end’ in ‘a’, which is of non-class type ‘std::pair<int, int> [n]’
14 | sort(a.begin(),a.end(),comp());
| ^~~