提交时间:2022-06-04 13:24:44

运行 ID: 1286

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