Skip to content

Instantly share code, notes, and snippets.

View batkiz's full-sized avatar
⛈️
All those moments will be lost in time, like tears in rain.

Jinglue batkiz

⛈️
All those moments will be lost in time, like tears in rain.
View GitHub Profile
#include <stdio.h>
#define N 11
typedef struct info {
int id, Chinese, Math, English;
char name[32], sex[32], class[32];
double ave;
} Info; // 定义结构体并定义别名,方便调用