Run ID:109592
提交时间:2025-02-09 15:41:07
#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; cin>>a; cin>>b; cout<<a*b; return 0; }