Problem potatosalad
User spidermancoolboy
Submission Time 2024-01-30 08:28:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i=0;i<potato;i++){
| ^~~
potatosalad.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for (int i=0;i<potato;i++){
| ^