#include<iostream> #include<cstdio> #include<cmath> using namespace std; int main(){ int r=0; cin>>r; cout<<r*2<<" minutos"<<endl; return 0; }