提交时间:2022-05-28 15:39:31

运行 ID: 1182

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