Run ID:110090

提交时间:2025-02-14 15:25:19

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