提交时间:2023-12-23 16:05:17

运行 ID: 32946

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