作用域和选择结构程序设计
- #include <stdio.h>#define PI 3.14float l(float); /*函数声明*/float s(float); /*函数声明*/float l(float r)
作用域和选择结构程序设计