摘要:
#include<stdio.h>main(){ int a,b; scanf("%d %d",&a,&b); if(a>b) printf("%d\n",a); else printf("%d\n",b);} 阅读全文
posted @ 2022-09-12 00:06 lachesism 阅读(425) 评论(0) 推荐(0)
posted @ 2022-09-12 00:06 lachesism 阅读(425) 评论(0) 推荐(0)