mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-27 23:41:42 +00:00
update to 2.0.1
This commit is contained in:
parent
66e6e32ebd
commit
c2923381e3
@ -2,7 +2,7 @@ import json
|
||||
import subprocess
|
||||
|
||||
UNLIMITED = -1
|
||||
VERSION = 0x020100
|
||||
VERSION = 0x020101
|
||||
|
||||
RESULT_SUCCESS = 0
|
||||
RESULT_WRONG_ANSWER = -1
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
// (ver >> 16) & 0xff, (ver >> 8) & 0xff, ver & 0xff -> real version
|
||||
#define VERSION 0x020100
|
||||
#define VERSION 0x020101
|
||||
|
||||
#define UNLIMITED -1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user