| Problem | party_noi |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-16 18:06:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:12:39: error: expected ‘;’ before ‘)’ token
12 | sort(a.begin(),a.end()),greater<int>());
| ^
| ;
party_noi.cpp:19:12: error: expected ‘}’ at end of input
19 | cout << Ans;
| ^
party_noi.cpp:6:7: note: to match this ‘{’
6 | main(){
| ^