提交时间:2022-08-16 09:17:32

运行 ID: 8920

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