Run ID:3813

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

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