提交时间:2022-09-25 10:00:59

运行 ID: 11091

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