| Problem | potatosalad |
|---|---|
| User | austenj |
| Submission Time | 2026-07-17 13:09:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp:25:34: error: missing terminating " character
25 | cout << max_mashed_potato << "\n';
| ^~~~~
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:21:25: error: ‘potatoes_to_process’ was not declared in this scope; did you mean ‘potatoesto_process’?
21 | for (int i = 0; i < potatoes_to_process; ++i) {
| ^~~~~~~~~~~~~~~~~~~
| potatoesto_process
potatosalad.cpp:27:5: error: expected primary-expression before ‘return’
27 | return 0;
| ^~~~~~