Run ID:110087

提交时间:2025-02-14 15:20:41

#include<bits/stdc++.h> using namespace std; int maina(){ int a,b; cin>>a>>b; cout<<(a+b)*2<<a*b; }