Run ID:143170

提交时间:2026-01-11 19:10:24

#include<bits/stdc++.h> using namespace std; int a,b,n,ans; int main(){ cin>>a>>b; cout<<a*b; return 0; }