Run ID:91822

提交时间:2024-09-22 15:22:23

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