Run ID:104364
提交时间:2025-01-04 20:28:18
#include<iostream> using namespace std; int main(){ int x,y; cin>>x; cin>>y; cout<<x*y; return 0; }