#include<bits/stdc++.h> using namespace std; int main(){ int z,s; z=(65*3-150)/(3-2); s=(150-65*2)/(3-2); cout<<z<<" "<<s; return 0; }