提交时间:2023-12-23 16:04:46

运行 ID: 32945

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