首页
编程
java
php
前端
首页
编程
java
php
前端
请输入二个整数2、3 找出二个数中的最小数,并在屏幕上输入
#include <iostream>
void main()
cin>>a>>b;
cout <<(a>b)?b:a;
点击展开全文