Run ID:135101
提交时间:2025-11-02 15:45:00
#include<iostream> using namespace std; int main() { int x,y,a; cin>>x>>y; a=x*y; cout<<a<<endl; return 0; }