Run ID:89681

提交时间:2024-08-30 12:03:17

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