Run ID:3814

提交时间:2024-07-11 15:34:56

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