#include<stdio.h> int main() { float a=3.14 printf("圆周率:%f\n",a) return 0 }
这个和讲解中的那个PI符号常量的结果是不是一样的啊
#define是常量,而int是变量可以在函数中重新定义