Run ID:134221

提交时间:2025-10-26 09:24:49

#include<iostream> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<2*(n+m)<<" "<<n*m; return 0; }