摘要:
#include<stdio.h>//调用stdio库 int max(int x,int y){//形式函数,不知道x和y的值 if(x>y)//如果x>y,那么打印的值为x return x; else//否则 if(x<y)//如果x<y,则打印 y} int main(){//调用mian函 阅读全文
posted @ 2021-11-17 09:07
中二小伙怎么就这么多
阅读(69)
评论(0)
推荐(0)
浙公网安备 33010602011771号