Run ID:113708

提交时间:2025-03-16 13:20:44

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