Run ID:146844

提交时间:2026-01-31 19:45:27

#include<iostream> using namespace std; int main( ) { int q,w; cin>>q>>w; cout<<q*w; return 0; }