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