#include<bits/stdc++.h> using namespace std; int main(){ int z,s; z=45; s=65-45; cout<<z<<" "<<s; return 0; }