Run ID:91690
提交时间:2024-09-22 12:28:51
#include<bits/stdc++.h> using namespace std; int a,b,s; int main(){ cin>>a>>b; s=a*b; cout<<s; return 0; }