Run ID:120535

提交时间:2025-05-29 18:36:32

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