摘要: /*********************************************** * * 判断int,long,short,float,double的大小 * by zhaozhilu * *********************************************** */#include<stdio.h>#include<math.h>int main(){ int a,i; long int b; short int c; float d; double e; printf(... 阅读全文
posted @ 2012-12-24 15:08 赵治鲁 阅读(480) 评论(0) 推荐(0) 编辑