Run ID:88010
提交时间:2024-08-16 15:36:50
#include<iostream> using namespace std; int main(){ int x,y,a; cin>>x>>y; a=x*y; cout<<a<<endl; }