Problem | potatosalad |
---|---|
User | dakingwawin |
Submission Time | 2023-07-13 16:26:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:30: error: expected ‘)’ before ‘;’ token
14 | for(int o = 0; o<days;o++;){
| ~ ^
| )
potatosalad.cpp:14:31: error: expected primary-expression before ‘)’ token
14 | for(int o = 0; o<days;o++;){
| ^