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

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:13:21: error: expected ‘;’ before ‘cout’
13 | total+=potatoes[x]
| ^
| ;
14 | cout<<total;
| ~~~~
potatosalad.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
potatosalad.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^