Problem potatosalad
User notachicken
Submission Time 2026-05-08 14:04:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:10:12: error: a function-definition is not allowed here before ‘{’ token
10 | int main() {
| ^
potatosalad.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
potatosalad.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^