Run ID:88600

提交时间:2024-08-19 14:46:02

#include<iostream> using namespace std; int main(){ int a,s; cin>>a>>s; cout<<(a+s)*2<<" "<<a*s; }