Run ID:149939
提交时间:2026-03-21 10:56:05
#include <iostream> using namespace std; int main() { int x,y; cin>>x>>y; cout<<x*y<<endl; }