提交时间:2022-05-28 09:18:40

运行 ID: 887

#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; cout<<a*b; return 0; }