1050: [编程入门]结构体之成绩记录(python) 摘要:## 1050: [编程入门]结构体之成绩记录 对python来说还是很好实现的 ~~~python for i in range(int(input())): print(','…… 题解列表 2024年10月24日 0 点赞 0 评论 407 浏览 评分:0.0
结构体之成绩记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h> struct { char num[20]; char name[20]; int score[3…… 题解列表 2024年12月29日 3 点赞 0 评论 899 浏览 评分:0.0
菲暃要加油 摘要:参考代码:n=eval(input())foriinrange(n):b=input().split()…… 题解列表 2025年02月08日 0 点赞 0 评论 469 浏览 评分:0.0
结构体之成绩记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>struct Person{ char StudentID[5]; char…… 题解列表 2025年04月18日 0 点赞 0 评论 742 浏览 评分:0.0
1050: [编程入门]结构体之成绩记录 摘要:#include<stdio.h>struct data{ char xuehao[100]; char name[100]; …… 题解列表 2025年08月25日 0 点赞 0 评论 331 浏览 评分:0.0
结构体之成绩记录 摘要:解题思路:结构体变量和结构体数组注意事项:学号和姓名不能超过10个字符参考代码:#include<stdio.h>typedef struct{ un…… 题解列表 2025年09月13日 0 点赞 0 评论 471 浏览 评分:0.0
这个真的超级简单,没得说!!! 摘要:解题思路:注意事项:参考代码:#include<stdio.h>typedef struct Student{ char ID[100];  …… 题解列表 2025年09月13日 0 点赞 0 评论 688 浏览 评分:0.0
莉露C语言编写题解 1050: [编程入门]结构体之成绩记录 摘要:解题思路:如下注意事项:input(stu,i);,stu需要包括在自定义函数内。输出要求逗号分开!!!参考代码:#include<stdio.h>#include<string.h…… 题解列表 2026年02月28日 0 点赞 0 评论 63 浏览 评分:0.0