Run ID:95129
提交时间:2024-10-26 21:46:33
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>endl; cin>>b; cout<<a*b; }