Run ID:153765

提交时间:2026-05-23 18:21:05

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