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