提交时间:2022-05-28 10:10:12

运行 ID: 990

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