Run ID:90975
提交时间:2024-09-20 19:00:48
#include<iostream> using namespace std; int main(){ int x,y; cin>>x; cin>>y; cout<<x*y; return 0; }