#include<iostream> using namespace std; int main(){ int s,m; s=10*5; m=2*(10+5); cout<<s<<" "<<m; return 0;}