Run ID:150958

提交时间:2026-04-02 14:45:46

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