Problem potatosalad
User auser24241
Submission Time 2026-02-19 20:30:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:30: error: expected ‘)’ before ‘;’ token
14 | for (int i=n-1; int j=0; j<d; i--; j++){
| ~ ^
| )
potatosalad.cpp:14:32: error: ‘i’ was not declared in this scope
14 | for (int i=n-1; int j=0; j<d; i--; j++){
| ^
potatosalad.cpp:14:37: error: ‘j’ was not declared in this scope
14 | for (int i=n-1; int j=0; j<d; i--; j++){
| ^