17070047 / 17070047/CodeStructureCourse

原涛

オープン
#96 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
16
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

```c
#include
#include
#include

intlen=0;
typedefstructnode{
charS_num[10];
charname[15];
charP_num[2];
charC_num[2];
}N;

voidinput(Na[]){
intx=1,i=0,j,k,b;
Np[1];
while(x){
printf("请输入学号:");
scanf("%s",a[i].S_num);
printf("请输入姓名:");
scanf("%s",a[i].name);
printf("请输入系别:");
scanf("%s",a[i].P_num);
printf("请输入班号:");
scanf("%s",a[i].C_num);
i++;
printf("按0退出,按其他键继续:");
scanf("%d",&x);}
for(k=0;k

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

The issue contains a C program for student record management with sorting and filtering. The image link is broken. Start by understanding the existing code structure in the repository, likely in a main.c or similar file. Look for compilation errors, memory issues, or logic flaws in the provided snippet. Run any existing tests to see current behavior.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
c
領域
cli
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
30/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。