Problem potatosalad
User helloworld
Submission Time 2023-08-30 15:07:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:15: error: expected ‘;’ before ‘<’ token
8 | for(int i=0,i<n;i++)
| ^
| ;
potatosalad.cpp:8:15: error: expected primary-expression before ‘<’ token
potatosalad.cpp:13:15: error: expected ‘;’ before ‘<’ token
13 | for(int i=0,i<d;i++)
| ^
| ;
potatosalad.cpp:13:15: error: expected primary-expression before ‘<’ token