/* Tanzila Islam Southeast University mail : tanzilamohita@gmail.com Problem Link: https://www.urionlinejudge.com.br/judge/en/problems/view/1016 */ #include using namespace std; int main(){ int x,y; cin >> x; y=(150/60)*x; cout << y << " minutos" << endl; return 0; }
No comments:
Post a Comment