| Problem | potatosalad |
|---|---|
| User | auser24241 |
| Submission Time | 2026-02-19 20:31:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:31: error: expected ‘)’ before ‘;’ token
14 | for (int i=n-1, j=0; j<d; i--; j++){
| ~ ^
| )
potatosalad.cpp:14:33: error: ‘j’ was not declared in this scope
14 | for (int i=n-1, j=0; j<d; i--; j++){
| ^