Run ID:144106
提交时间:2026-01-18 20:15:17
#include<iostream> using namespace std; int main(){ itn a,b; cin>>a>>b; cout<<a*b; return 0; }