Problem party_noi
User seanLim
Submission Time 2025-01-20 17:14:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:12:15: error: request for member ‘begin’ in ‘friends’, which is of non-class type ‘int [n]’
12 | sort(friends.begin(), friends.end(), greater<>());
| ^~~~~
party_noi.cpp:12:32: error: request for member ‘end’ in ‘friends’, which is of non-class type ‘int [n]’
12 | sort(friends.begin(), friends.end(), greater<>());
| ^~~