Run ID:91221

提交时间:2024-09-21 13:25:34

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a; cin>>b; cout<<a*b; return 0; }