Run ID:112857

提交时间:2025-03-14 19:32:14

#include <bits/stdc++.h> using namespace std; int main() { int x, y; cin >> x >> y; int total = x * y; cout << total << endl; return 0; }