提交时间:2024-08-21 17:19:08

运行 ID: 180672

#include<iostream> using namespace std; int main{ long long a, b; cin >> a >> b; cout << a*b; return 0; }