Run ID:152513

提交时间:2026-04-26 14:53:01

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