Run ID:87995
提交时间:2024-08-16 15:27:50
#include<iostream> using namespace std; int main(){ int a,b; a=3; b=5670; cin>>a>>b; cout<<a*b; return 0; }