#include<bits/stdc++.h> using namespace std; int main(){ int l; cin>>l; printf("%.lf minutos",(l/30.0)* 60); }