Problem catlunch
User christal
Submission Time 2023-12-18 16:06:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:14:17: error: expected ‘;’ before ‘current’
14 | cin >> current
| ^
| ;
15 | current += satisf.top();
| ~~~~~~~