#include <iostream>
using namespace std;

int main() {
float total =  ((20 / 150.0f)*60); 

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