Run ID:99321
提交时间:2024-11-25 17:59:26
#include <iostream> using namespace std; int main() { int x,y; cin>>x>>y; cout<<x*y<<endl; retern 0; }