Run ID:90974
提交时间:2024-09-20 19:00:04
#include<iostream> using namespace std; int main(){ int q1,q2; cin>>q1; cin>>q2; cout<<q1*q2; return 0; }