Run ID:117454
提交时间:2025-04-19 11:01:28
#include<bits/stdc++.h> using namespace std; int main(){ int x,y; cin>>x>>y; cout<<x*y; return 0; }