Run ID:157538
提交时间:2026-07-29 11:29:56
#include<iostream> using namespace std; int main() { int a; int b; cin>>a; cin>>b; cout<<a*b; return 0; }