摘要:
#include<stdio.h>int main(){ int getmax(int x,int y); int a,b,c; scanf("%d%d",&a,&b); c=getmax(a,b); printf("%d",c);}int getmax(int x,int y){ int t; w 阅读全文
posted @ 2019-05-27 13:07 18软工五班吴赞 阅读(83) 评论(0) 推荐(0)
posted @ 2019-05-27 13:07 18软工五班吴赞 阅读(83) 评论(0) 推荐(0)