Run ID:4732
提交时间:2024-09-13 21:13:46
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,n; cin>>a>>b; n=a*b; cout<<n<<endl; }