Run ID:3812

提交时间:2024-07-11 15:32:06

# include<iostream> using namespace std; int main(){ int x,y; cin>>x; cin>>y; cout<<x*y<<endl; return 0; }