#include int main() { int a,b; scanf("%d%d",&a,&b); if(a>b) b=a; printf("%dn",b); return 0; }
上一篇 PT-Thread的使用教程
下一篇 jenkin实现前端项目部署----远程服务
版权所有 (c)2021-2022 MSHXW.COM
ICP备案号:晋ICP备2021003244-6号