Run ID:112583
提交时间:2025-03-09 17:09:24
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; scanf("%d%d",&a,&b); printf("%d ",(a+b)*2); printf("%d",a*b); return 0; }