Run ID:2139
提交时间:2023-12-16 14:58:59
#include <iostream> using namespace std; int main(){ int x; int y; cin>>x>>y; cout<<x*y<<endl; return 0; }