Run ID:110086
提交时间:2025-02-14 15:19:36
#include<bits/stdc++.h> using namespace std; int maina(){ int a,b; cin>>a>>b; cout<<a*b<<(a+b)*2; }