我就知道,简单基本没好货。 c++
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a*b; return 0; }