17070047 / 17070047/CodeStructureCourse

原涛

Open
#96 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
16
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```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

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.