Problem potatosalad
User Shauryaw
Submission Time 2025-06-19 15:33:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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