Run ID:99287

提交时间:2024-11-24 19:30:10

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