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