题解 1050: [编程入门]结构体之成绩记录 摘要:##**思路**简单的字符串与整数输入输出,读入一个输出一个即可。##**代码**```cpp#includeusingnamespacestd;chara[10005];charb[10005];i…… 题解列表 2024年01月30日 0 点赞 0 评论 50 浏览 评分:6.0
结构体之成绩记录 摘要:解题思路:定义一个结构体初始化结构体数组利用结构体数组实现数据存入再输出即可注意事项:参考代码:#include<iostream>usingnamespacestd;structstud…… 题解列表 2024年01月27日 0 点赞 0 评论 36 浏览 评分:0.0
C语言--study||O.o 摘要:参考代码:include<stdio.h> struct student{ char&…… 题解列表 2024年01月22日 0 点赞 0 评论 98 浏览 评分:9.9
1050: [编程入门]结构体之成绩记录 摘要:解题思路:注意事项:确定输出五个数参考代码:n=int(input())defi(n): foriinrange(n): &…… 题解列表 2024年01月09日 0 点赞 0 评论 52 浏览 评分:0.0
编写题解 1050: [编程入门]结构体之成绩记录(Python) 摘要:解题思路:我认为核心难点就是如何用列表表示“二维数组”,如果知道如何表示的话,就差不多了。注意事项:无参考代码:n=int(input())ls=[]foriinrange(n…… 题解列表 2024年01月01日 0 点赞 0 评论 134 浏览 评分:0.0
c代码记录之结构体成绩记录--函数传参 摘要:#includestructStudent{charxuehao[30],name[30];inta,b,c;};voidinput(structStudentstu[],intn){for(inti…… 题解列表 2023年12月29日 0 点赞 0 评论 84 浏览 评分:0.0
结构体之成绩记录(java类) 摘要:多的不说,直接上代码import java.util.Scanner; class Grade{ &…… 题解列表 2023年12月27日 0 点赞 0 评论 25 浏览 评分:0.0
题解 1050: [编程入门]结构体之成绩记录(超超超级简短) 摘要:```c#include#includestructstudent{charshuju[20];charname[20];intchinese;intenglish;intmath;};structs…… 题解列表 2023年12月17日 0 点赞 0 评论 99 浏览 评分:6.0
题解 1050: [编程入门]结构体之成绩记录(超超超级简单) 摘要:```c#include#includestructstudent{charshuju[20];charname[20];intchinese;intenglish;intmath;};structs…… 题解列表 2023年12月17日 0 点赞 0 评论 64 浏览 评分:0.0
题解 1050: [编程入门]结构体之成绩记录 摘要:解题思路: 1.利用结构体储存学生信息 &a…… 题解列表 2023年12月14日 0 点赞 0 评论 48 浏览 评分:9.9