#include using namespace std; int main() { int a = 480 / 2.4; int b = a * 1.4; cout << a << " " << b << endl; return 0; }