Run ID:93737
提交时间:2024-10-19 10:48:31
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a*b; cout<<c; return 0; }