提交时间:2023-12-24 08:24:47

运行 ID: 33030

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