Answer the question
In order to leave comments, you need to log in
Debugging not working in Visual Code?
There is this simple code
#include <iostream>
using namespace std;
int main()
{
int a,b,c,d,e,f;
cin >> a >> b >> c;
d=a+b;
e=d*c;
f=e*2;
cout << f << endl;
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question