| Problem | fatty |
|---|---|
| User | Hanlin |
| Submission Time | 2026-06-24 11:19:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fatty.cpp: In function ‘int main()’:
fatty.cpp:12:30: error: expected ‘;’ before ‘}’ token
12 | costs.push_back(cost)
| ^
| ;
13 |
14 | }
| ~
fatty.cpp:23:9: error: ‘lowest’ was not declared in this scope
23 | lowest=100000000000000000;
| ^~~~~~