Problem party_noi
User dooweidde
Submission Time 2025-04-09 15:18:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:5:13: error: expected primary-expression before ‘long’
5 | #define int long long
| ^~~~
party_noi.cpp:15:16: note: in expansion of macro ‘int’
15 | cin >> int holder;
| ^~~
party_noi.cpp:16:24: error: ‘holder’ was not declared in this scope
16 | hell.push_back(holder);
| ^~~~~~
party_noi.cpp:18:37: error: expected ‘;’ before ‘long’
18 | sort(hell.rbegin(), hell.rend())
| ^
| ;
party_noi.cpp:21:25: error: ‘numofppl’ was not declared in this scope
21 | for (int i = 0; i < numofppl; i++){
| ^~~~~~~~
party_noi.cpp:23:13: error: ‘total’ was not declared in this scope
23 | total += hell[i]
| ^~~~~
party_noi.cpp:26:13: e