Run ID:134850
提交时间:2025-11-01 16:39:43
#include<iostream> using namespace std; int main() { int x,y; cin>>x; cin>>y; cout<<x*y; return 0; }