fenby C语言 p7

/*小小加法计算器*/=函数功能说明;(多行)

//=注释;(一行)

P8

比较

#include <stdio.h>
int main()
{
int a=10,b=20;
if(a<b)
printf("a比b小!");
return 0;
}

posted on 2015-05-13 22:51  我是阿喵酱  阅读(112)  评论(0编辑  收藏  举报