17070047 / 17070047/CodeStructureCourse

原涛

未關閉
#96 0 則留言 0 個 reaction 已指派 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 摘要。