Run ID:149335

提交时间:2026-03-09 17:11:04

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