提交时间:2024-08-20 17:04:00

运行 ID: 169782

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