Skip to content

Instantly share code, notes, and snippets.

View jason-xuan's full-sized avatar

xuan jason-xuan

View GitHub Profile
@jason-xuan
jason-xuan / crap.c
Created April 27, 2017 04:00
F**k Software Test
#include "stdio.h"
#include "math.h"
#define N 30
struct student
{
long int num;
char name[10];
char sex[3];
int Chinese,Math,English,total,average;
}stu[N]={{4001,"lks","m",100,100,100},{4002,"lyt","w",99,63,89},{4003,"asd","w",60,70,80},{4004,"fgh","m",41,100,98},