Run ID:93439
提交时间:2024-10-15 20:29:50
#include<iostream> using namespace std; int main(){ int x,y; cin>>x>>y; cout<<x*y<<endl; }