Problem party_noi
User NuggetsAreNice
Submission Time 2024-08-08 21:17:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:22:26: error: ‘hapiness’ was not declared in this scope; did you mean ‘happiness’?
22 | sort(happiness.begin(), hapiness.end(), greater<ll>());
| ^~~~~~~~
| happiness