热门
最新
红包
立Flag
投票
同城
我的
发布
云管家 -6688
6 年前
trueweixin_53171853
阿里云腾讯云华为云 你们会选哪个?
反正价格差不太多,还可以给优惠折扣,你们体验过的来分享使用感受吧
下一条:
为什么在 pat上过不了?在Devc++就可以?#include<stdio.h>int max(int a,int b);int main(){ int a,b; scanf("%d %d",&a,&b); printf("max=%d\n",max(a,b)); return 0;}int max(int a,int b){ int max=0; if(a>b){ max=a; } else{ max=b; } return max;}
立即登录