提交时间:2024-08-20 15:31:42

运行 ID: 169183

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