Run ID:89930
提交时间:2024-09-07 12:43:05
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,e; cin>>a>>b; e=a*b; cout<<e; }