Run ID:125478

提交时间:2025-07-14 16:48:48

#include<bits/stdc++.h> using namespace std; int main() { int x,y; cin>>x>>y; cout<<x*y; return 0; }