File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1
- 139
1
+ 140
Original file line number Diff line number Diff line change 12
12
13
13
namespace Lemon ::base::config {
14
14
15
- <<<<<<< HEAD
16
15
int LemonConfigJudge::read (const QJsonObject &json) {
17
16
READ_JSON (json, defaultFullScore);
18
17
READ_JSON (json, defaultTimeLimit);
@@ -21,18 +20,6 @@ namespace Lemon::base::config {
21
20
READ_JSON (json, specialJudgeTimeLimit);
22
21
READ_JSON (json, fileSizeLimit);
23
22
READ_JSON (json, rejudgeTimes);
24
- =======
25
- void LemonConfigJudge::read (const QJsonObject &json) {
26
- READ_JSON_INT (defaultFullScore)
27
- READ_JSON_INT (defaultTimeLimit)
28
- READ_JSON_INT (defaultMemoryLimit)
29
- READ_JSON_INT (compileTimeLimit)
30
- READ_JSON_INT (specialJudgeTimeLimit)
31
- READ_JSON_INT (fileSizeLimit)
32
- READ_JSON_INT (rejudgeTimes)
33
-
34
- READ_JSON_DOUBLE (defaultExtraTimeRatio)
35
- >>>>>>> 4862b98 (fix (config): add lost defaultExtraTimeRatio)
36
23
37
24
READ_JSON (json, defaultInputFileExtension);
38
25
READ_JSON (json, defaultOutputFileExtension);
You can’t perform that action at this time.
0 commit comments