#include<iostream> #include<cstdio> using namespace std; int main() { int L; scanf("%d",&L); printf("%d minutos",2*L); return 0; }