Problem catlunch
User xm0728
Submission Time 2025-05-12 12:09:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:24:8: error: ‘class std::vector<long long int>’ has no member named ‘puch_back’; did you mean ‘push_back’?
24 | sat.puch_back(total);
| ^~~~~~~~~
| push_back
catlunch.cpp:38:1: error: expected ‘}’ at end of input
38 | }
| ^
catlunch.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^