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