Run ID:138712
提交时间:2025-11-29 15:41:11
#include<iostream> using namespace std; int main() { int n,m; cin>>n>>m; cout<<(n+m)*2<<" "<<n*m; return 0; }