mirror of
https://github.com/xlucn/PAT.git
synced 2026-08-18 09:28:49 +08:00
fix typo
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user