摘要: 设计思路:应用if判断语句和选择结构来实现程序的运行。 代码: #include<stdio.h> int main() { int a,b,max,ret; printf("Input a,b:"); ret=scanf("%d,%d",&a,&b); if(ret!=2) { printf("I 阅读全文
posted @ 2023-04-27 00:31 cvjj 阅读(584) 评论(0) 推荐(0)