提交时间:2022-09-25 10:02:21

运行 ID: 11093

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