C语言编程题:从键盘上输入十个数,输出其中的最大数和最小数。谢谢!!!

日期:2015-11-29 19:22:30 人气:2

C语言编程题:从键盘上输入十个数,输出其中的最大数和最小数。谢谢!!!

//#include "stdafx.h"//If the vc++6.0, with this line.#include "stdio.h"int main(void){ int n,max=1n) min=n; } printf("The Max is %d\nThe Min is %d\n",max,min); return 0;}
    A+
热门评论