#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(ll i=0;i> R >> GX >> GY; cout << fixed << setprecision(12) << 3*GX << ' ' << 3*GY << endl; return 0; }