Run ID:153507

提交时间:2026-05-17 19:58:46

#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a*2+b*2<<' '<<a*b; return 0; }