#include using namespace std; int main(){ double long a,b,c;cin>>a>>b>>c; cout << fixed << setprecision(15); cout << b*3 << " " << c*3 << endl; }