Run ID:97603
提交时间:2024-11-16 11:31:54
#include<bits/stdc++.h> using namespace std; int main(){ int x,y; cin>>x>>y; cout<<x*y; return 0; }