using namespace std; int main() { int l,t; scanf(“%d”,&l); t=l*2; printf(“%d minutos”,t); return 0; }