提交时间:2025-11-05 20:37:18

运行 ID: 73111

#include <bits/stdc++.h> using namespace std; int main( ) { int m,n; cin>>m>>n; cout<<m*n; return 0; }