Run ID:143898
提交时间:2026-01-17 21:21:23
#include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n,m; cout<<n*m<<endl; return 0; }