一 分段函数算水费 #include <stdio.h> int main() { /** * 定义两个 * 定义浮点型变量 * y:水费 * x:用水的吨数 * */ double x, y; printf("Enter x(x>=0):\n"