摘要: #include <stdio.h>#include <string.h>int main(){ float score; int temp; char grade[5]; printf("please input the score;\n"); scanf_s("%f", &score); tem 阅读全文
posted @ 2020-12-10 22:50 bobo哥 阅读(2204) 评论(0) 推荐(0)