距离
#include <stdio.h> int main() { int l,t; scanf("%d",&l); t=(l/30.0)*60; printf("%d minutos\n",t); return 0; }