#include<bits/stdc++.h> using namespace std; int main(){ int c,san,zi; c=150-65*2; san=c/(2-1); zi=65-20; cout<<zi<<" "<<san<<endl; return 0; }