This commit is contained in:
Oliver Lew
2020-04-22 23:43:52 +08:00
parent dd93e2934d
commit 9bbe4c18e3
+1 -1
View File
@@ -2,7 +2,7 @@
#include <string.h>
#include <stdlib.h>
/* registration number, location nubmer, total score, final rank, local rank */
/* registration number, location number, total score, final rank, local rank */
typedef struct {
char reg[14];
int loc, score, rank, lrank;