提交时间:2024-08-20 14:57:25

运行 ID: 168941

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