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