Run ID:112903

提交时间:2025-03-14 20:23:04

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