Run ID:4487
提交时间:2024-08-20 20:24:21
#include<iostream> using namespace std; int main(){ int a=5,b=6; cin>>a>>b; cout<<a*b<<endl; return 0; }