摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> //get_max(int x, int y)//形式参数 //{ // int z = 0; // if (x > y) // z = x; // else // z = y; // return 阅读全文
posted @ 2022-04-17 00:32 morphism 阅读(17) 评论(0) 推荐(0)