Run ID:91693

提交时间:2024-09-22 12:37:56

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