答案

C2023030 2023-12-24 15:32:37

#include <bits/stdc++.h> using namespace std;

int main() { int x, y; cin >>x>>y; cout<<x*y; return 0; }