Run ID:87990

提交时间:2024-08-16 15:24:15

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