[编程入门]结构体之成绩记录 摘要:解题思路:注意事项:参考代码:a=int(input())foriinrange(a): b=input().split()  …… 题解列表 2024年12月01日 0 点赞 0 评论 202 浏览 评分:10.0
还算还算还算清晰 摘要:解题思路:注意事项:参考代码:#include<stdio.h>voidinput();voidprint();structstudent{ char…… 题解列表 2024年03月17日 0 点赞 0 评论 70 浏览 评分:9.9
[编程入门]结构体之成绩记录 摘要:```cpp#includeusingnamespacestd;classstudent{public:stringnumber;stringname;intscore1,score2,score3;…… 题解列表 2023年03月20日 0 点赞 0 评论 83 浏览 评分:9.9
结构体之成绩记录(Java语言) 摘要:解题思路:注意事项:参考代码:public static class student{ …… 题解列表 2022年03月20日 0 点赞 0 评论 173 浏览 评分:9.9
[编程入门]结构体之成绩记录-题解(C语言代码) 摘要:解题思路:注意事项:字符串只能用字符数组存取。参考代码:#include<stdio.h>struct Student {char s…… 题解列表 2020年11月09日 0 点赞 0 评论 505 浏览 评分:9.9
题目 1050: [编程入门]结构体之成绩记录 摘要:```cpp#include#includeusingnamespacestd;intn;structnode{stringa,b;intx,y,z;}f[10010];intmain(){cin&g…… 题解列表 2022年08月18日 0 点赞 0 评论 239 浏览 评分:9.9
[编程入门]结构体之成绩记录-题解(C语言代码) 摘要:```c#includeintmain(){intn;scanf("%d",&n);structperformance{charxuehao[10];charname[10…… 题解列表 2020年03月07日 0 点赞 0 评论 653 浏览 评分:9.9
1050:结构体之成绩记录 #C++ 摘要:1.id类型必须string2.多行输入注意换行符3.```cppfor(inti=0;i<3;++i)std::cin>>student.scores[i];可以用:std::ci…… 题解列表 2024年09月17日 0 点赞 0 评论 83 浏览 评分:9.9
结构体之成绩记录(C++) 摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;structstudent{charid[20];charname[20];intsc…… 题解列表 2021年12月01日 0 点赞 0 评论 353 浏览 评分:9.9
[编程入门]结构体之成绩记录-题解(C语言代码) 摘要:参考代码:#include <stdio.h>struct Student{char ID[20];char Nam…… 题解列表 2020年07月24日 0 点赞 0 评论 262 浏览 评分:9.9