Run ID:144736
提交时间:2026-01-24 16:15:28
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a*b; return 0; }