#include <iostream>
using namespace std;

int main() {
float total =  ((20.0 / 150.0)*60.0); 

cout<<"Resutl is:" << total;
	return 0;
}