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

运行 ID: 33032

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