提交时间:2026-05-15 15:24:44
运行 ID: 88671
#include<iostream> using namespace std; int main(){ int x; long long y; cin>>y; cin>>x; cout<<x*y; return 0; }