1050: [编程入门]结构体之成绩记录c语言 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>/* run this program using the console pauser or …… 题解列表 2024年03月18日 0 点赞 0 评论 125 浏览 评分:0.0
结构体之成绩记录-题解超简单(Python代码) 摘要:join()函数: 语法:sequence.join(string) sequence -> 用于连接的字符 string -> 字符串序列 描述:将序列中的元素以指…… 题解列表 2024年03月17日 0 点赞 0 评论 205 浏览 评分:9.9
还算还算还算清晰 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void input();void print();struct student{ char number[100]; ch…… 题解列表 2024年03月17日 0 点赞 0 评论 142 浏览 评分:9.9
编写题解 1050: [编程入门]结构体之成绩记录 摘要:```java import java.util.Scanner; public class Main { public static void main(String[] args…… 题解列表 2024年03月08日 0 点赞 0 评论 347 浏览 评分:9.9
注意有个空格 摘要:注意事项:注意有个空格!!!!!!!!!!!!!最后一个数字后边有个空格!!!!!!!printf("%d ",stu[i].score[2]);参考代码:#include<stdio.h>#defi…… 题解列表 2024年03月03日 0 点赞 0 评论 165 浏览 评分:0.0
没有写input和print函数 摘要:解题思路:注意事项:参考代码:#include#includetypedef struct { char name[10]; char number[10]; int grade[3…… 题解列表 2024年02月23日 0 点赞 0 评论 165 浏览 评分:9.9
题解 1050: [编程入门]结构体之成绩记录 摘要:##**思路** 简单的字符串与整数输入输出,读入一个输出一个即可。 ##**代码** ```cpp #include using namespace std; char a[10005]…… 题解列表 2024年01月30日 0 点赞 0 评论 142 浏览 评分:6.0
结构体之成绩记录 摘要:解题思路:定义一个结构体初始化结构体数组利用结构体数组实现数据存入再输出即可注意事项:参考代码:#include<iostream>using namespace std;struct student…… 题解列表 2024年01月27日 1 点赞 0 评论 136 浏览 评分:0.0
C语言--study||O.o 摘要:参考代码:include<stdio.h> struct student { char number[20]; char name[10]; int subject1…… 题解列表 2024年01月22日 0 点赞 0 评论 144 浏览 评分:9.9
1050: [编程入门]结构体之成绩记录 摘要:解题思路:注意事项:确定输出五个数参考代码:n = int(input())def i(n): for i in range(n): s = list(map(str, input…… 题解列表 2024年01月09日 0 点赞 0 评论 121 浏览 评分:0.0