Run ID:153489

提交时间:2026-05-17 18:26:30

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