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