1050: [编程入门]结构体之成绩记录(python) 摘要:## 1050: [编程入门]结构体之成绩记录 对python来说还是很好实现的 ~~~python for i in range(int(input())): print(','…… 题解列表 2024年10月24日 0 点赞 0 评论 301 浏览 评分:0.0
结构体之成绩记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h> struct { char num[20]; char name[20]; int score[3…… 题解列表 2024年12月29日 3 点赞 0 评论 775 浏览 评分:0.0
菲暃要加油 摘要:参考代码:n=eval(input())foriinrange(n):b=input().split()…… 题解列表 2025年02月08日 0 点赞 0 评论 306 浏览 评分:0.0
结构体之成绩记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>struct Person{ char StudentID[5]; char…… 题解列表 2025年04月18日 0 点赞 0 评论 573 浏览 评分:0.0
1050: [编程入门]结构体之成绩记录 摘要:#include<stdio.h>struct data{ char xuehao[100]; char name[100]; …… 题解列表 2025年08月25日 0 点赞 0 评论 74 浏览 评分:0.0
结构体之成绩记录 摘要:解题思路:结构体变量和结构体数组注意事项:学号和姓名不能超过10个字符参考代码:#include<stdio.h>typedef struct{ un…… 题解列表 2025年09月13日 0 点赞 0 评论 12 浏览 评分:0.0
这个真的超级简单,没得说!!! 摘要:解题思路:注意事项:参考代码:#include<stdio.h>typedef struct Student{ char ID[100];  …… 题解列表 2025年09月13日 0 点赞 0 评论 8 浏览 评分:0.0