输入三个字符,按照ASCLL码顺序输出

问题及代码:html #include <stdio.h> int main() { char a,b,c; char t; int x; x=scanf("%c%c%c",&a,&b,&c); while (x!=EOF) { if(a>b) { t=a; a=b;
相关文章
相关标签/搜索