Run ID:91817
提交时间:2024-09-22 15:18:21
#include<iostream> // cin\cout\endl using namespace std; int main(){ int a,b,c; cin>>a>>b; cout<<a*b; return 0;