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