Run ID:150926

提交时间:2026-04-02 13:58:15

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