Run ID:89110

提交时间:2024-08-22 15:00:01

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