Problem catlunch
User nothing
Submission Time 2023-07-10 22:19:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:61:86: error: expected ‘;’ before ‘long’
61 | nth_element(vecVal.begin(), vecVal.begin() + numsLeft, vecVal.end(), std::less{})
| ^
| ;
62 |
63 | long long subT = 0;
| ~~~~
catlunch.cpp:68:21: error: ‘subT’ was not declared in this scope
68 | subT += vecVal[i];//*it;
| ^~~~
catlunch.cpp:72:21: error: ‘subT’ was not declared in this scope
72 | if (subT > 0)
| ^~~~