Run ID:153747

提交时间:2026-05-23 18:12:47

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