提交时间:2023-12-23 16:05:51

运行 ID: 32948

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