Run ID:133645

提交时间:2025-10-20 16:24:51

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