甲流病人初筛C解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,count=0,i; scanf("%d",&n); char s[200][20…… 题解列表 2024年02月27日 0 点赞 0 评论 258 浏览 评分:0.0
甲流病人初筛,结构体数组写法,有注释 摘要:```c ```c #include typedef struct information{ char name[8]; float temperature; int cough…… 题解列表 2024年03月12日 1 点赞 0 评论 430 浏览 评分:0.0
最简单易懂的解法 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int n,m[200]; float t[200]; char c[100][100]; …… 题解列表 2024年12月09日 0 点赞 0 评论 197 浏览 评分:0.0