17070047 / 17070047/CodeStructureCourse

原涛

Đang mở
#96 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
C++
Star
16
Fork
2
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
c
Lĩnh vực
cli
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
30/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.