Problem potatosalad
User Jordis00fed
Submission Time 2024-04-15 17:22:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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