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 1212
1313namespace Lemon ::base::config {
1414
15- <<<<<<< HEAD
1615 int LemonConfigJudge::read (const QJsonObject &json) {
1716 READ_JSON (json, defaultFullScore);
1817 READ_JSON (json, defaultTimeLimit);
@@ -21,18 +20,6 @@ namespace Lemon::base::config {
2120 READ_JSON (json, specialJudgeTimeLimit);
2221 READ_JSON (json, fileSizeLimit);
2322 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)
3623
3724 READ_JSON (json, defaultInputFileExtension);
3825 READ_JSON (json, defaultOutputFileExtension);
You can’t perform that action at this time.
0 commit comments