Run ID:3859
提交时间:2024-07-13 19:50:03
#include<iostream>//输入输出流 using namespace std;//命名空间 int main(){ int a,b; cin>>a>>b; cout<<a*b; return 0; }