| Problem | party_noi |
|---|---|
| User | dooweidde |
| Submission Time | 2025-04-09 15:19:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:19:37: error: expected ‘;’ before ‘long’
19 | sort(hell.rbegin(), hell.rend())
| ^
| ;
party_noi.cpp:22:25: error: ‘numofppl’ was not declared in this scope
22 | for (int i = 0; i < numofppl; i++){
| ^~~~~~~~
party_noi.cpp:24:13: error: ‘total’ was not declared in this scope
24 | total += hell[i]
| ^~~~~
party_noi.cpp:27:13: error: ‘total’ was not declared in this scope
27 | cout << total;
| ^~~~~