#include "stdio.h"void main(){ int a,b,c,d=0,temp; printf("input two num:"); scanf("%d%d",&a,&b); if(a>b) {temp=a;  ...
阅读全文
2009
03-18