| Problem | potatosalad |
|---|---|
| User | AltheaZ |
| Submission Time | 2023-06-21 11:30:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘for’
14 | for (int j=0;j<d;j++){
| ^~~
potatosalad.cpp:14:15: error: ‘j’ was not declared in this scope
14 | for (int j=0;j<d;j++){
| ^