Run ID:3822
提交时间:2024-07-12 09:17:16
# include<iostream> int main() { int a,b; cin>>a; cin>>b; cout<<a*b; return 0; }