#include<bits/stdc++.h> using namespace std; int main(){ cout<<150-65*2<<' '<<65-(150-65*2)<<endl; return 0; }