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