```cpp
using namespace std; int main(){ int v1=1,v2=1.5,L,t; cin>>L; t=L*2; cout<<t<<” minutos”<<endl; return 0; }