Problem | potatosalad |
---|---|
User | Shauryaw |
Submission Time | 2025-06-19 15:32:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:13:20: error: expected ‘;’ before ‘}’ token
13 | deqy.push_back(x)
| ^
| ;
14 | }
| ~
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++) {
| ^
| ;