提交时间:2023-12-24 08:25:20

运行 ID: 33033

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