摘要: 一、常量定义 #define COUNT 100 //定义全局常量#define SALARY 4000 Action(){ int total; total = COUNT * SALARY; lr_output_message("100人合计薪资支出为:%d",total); return 0 ;} 二、模拟场景,随机执行事务 int num; ... 阅读全文
posted @ 2016-01-08 16:35 栗子玄机 阅读(287) 评论(0) 推荐(0) 编辑