Run ID:132606

提交时间:2025-10-11 18:20:34

#include<iostream> using namespace std; int main(){ int x,y; cin>>x>>y; cout<<x*y; return 0; }