Run ID:97066

提交时间:2024-11-10 12:03:16

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