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