提交时间:2023-01-18 10:16:08

运行 ID: 5811

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