Run ID:143983

提交时间:2026-01-18 09:41:12

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