Problem potatosalad
User spidermancoolboy
Submission Time 2024-01-30 09:05:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:12:15: error: ‘i’ was not declared in this scope
12 | for (int x=0;i<days;i++){
| ^
potatosalad.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
potatosalad.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^