#include<iostream> using namespace std; int main(){ int n,t; cin>>n; t=n*2; cout<<t<<" minutos"; return 0; }