Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1498221
  • 博文数量: 329
  • 博客积分: 2773
  • 博客等级: 少校
  • 技术积分: 4219
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-24 14:17
个人简介

淡定从容,宁静致远

文章分类

全部博文(329)

文章存档

2016年(4)

2015年(50)

2014年(68)

2013年(45)

2012年(162)

发布时间:2012-12-12 21:06:28

#include <stdio.h>#include <stdlib.h>#include<time.h> #define SIZE 20 typedef struct goods{ char good_name[SIZE]; float price; float count; float sum;}GOOD; typedef struct menu{ char super_name[SIZE]; char name[SIZE]; char money_type[SIZE]......【阅读全文】

阅读(606) | 评论(0) | 转发(0)

发布时间:2012-12-12 21:02:36

#include <stdio.h> int main(){#if 1 int year;#if 0 scanf("%d", &year);#endif  if((year%4==0 && year%100!=0) || year%400==0)  printf("yes\n"); else  printf("no\n");#endif return 0;} #include <stdio.h> int main(){ int i; &n......【阅读全文】

阅读(871) | 评论(0) | 转发(0)

发布时间:2012-12-12 20:51:44

......【阅读全文】

阅读(413) | 评论(0) | 转发(0)

发布时间:2012-12-12 20:45:55

......【阅读全文】

阅读(474) | 评论(0) | 转发(0)

发布时间:2012-12-12 20:43:55

#define  PI  3.14const float PI=3.14; #define M (2+3) M*M  --> (2+3)*(2+3) #define MAX(a,b)   ((a) > (b) ? (a) : (b)) int MAX(int a,int b){ return a > b ? a : b;}   #define INT floatINT i; ---> float i; typedef int INT;INT i ---> int i; t......【阅读全文】

阅读(603) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

onlyword2017-06-23 11:39

回复  |  举报

勤劳致富linux2012-06-15 09:41

回复  |  举报

勤劳致富linux2012-06-01 11:43

老大,好饿呀,吃饭吧!

回复  |  举报

勤劳致富linux2012-05-31 17:50

老大,我来过!

回复  |  举报

llweiyang2012-03-30 11:04

回复  |  举报
留言热议
请登录后留言。

登录 注册