Run ID:140661

提交时间:2025-12-18 20:08:47

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