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