Untitled
unknown
plain_text
a year ago
181 B
14
Indexable
#include <iostream>
using namespace std;
int main()
{
int x;
cin>>x;
int KmPerDay=2*x;
int KmPerWeek=5*KmPerDay;
cout<<KmPerWeek;
return 0;
}
Editor is loading...
Leave a Comment