| Problem | lunchcombo |
|---|---|
| User | Fr5ctal |
| Submission Time | 2026-03-24 20:20:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchcombo.cpp: In function ‘int main()’:
lunchcombo.cpp:62:33: error: expected ‘;’ before ‘cout’
62 | result += (k - how_many) * high
| ^
| ;
63 | cout << result;
| ~~~~