摘要:
游戏效果如下图: 游戏下载地址: https://pan.baidu.com/s/1pLPwzBP 阅读全文
posted @ 2017-10-20 22:11
Advancing-Swift
阅读(962)
评论(0)
推荐(0)
摘要:
#include using namespace std; int main(){ //从键盘接收两个整数,保存在变量num1和num2中 cout>num1>>num2; //调用一个比较大小的函数,该函数具有返回大的数的功能进行输出。 int getMax(int x,int y);//函数的声明 num1=getMax(num1,num2);//实参,实... 阅读全文
posted @ 2017-10-20 09:41
Advancing-Swift
阅读(1685)
评论(0)
推荐(0)