DA

肖声晖  •  1个月前


#include <iostream> 
using namespace std;
int main(){
int a,b;
cin>>a>>b;
cout<<a*b;
}
 


评论: