Run ID:102358
提交时间:2024-12-21 15:22:24
#include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>m>>n; cout<<(n+m)*2<<' '<<n*m<<endl; }