Run ID:93495

提交时间:2024-10-16 19:47:54

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