Run ID:152078

提交时间:2026-04-19 15:21:39

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<(a+b)*2<<" "<<a*b; }