Run ID:153504
提交时间:2026-05-17 19:27:44
#include<iostream> using namespace int main(){ int a,b; cin>>a>>b; cout<<a*b; }