C语言基础代码
C 基 础1、输入成绩,判断是否及格#include <stdio.h>void main() { float a,b,max; printf("please enter a:");scanf
C语言基础代码