Run ID:90982
提交时间:2024-09-20 19:05:40
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a*b; return 0; }