-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a278082
commit 7fe9b87
Showing
4 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
|
||
"scoreboardOverrides": { | ||
"showTeamsWithoutSubmissions": false | ||
}, | ||
"problemOverrides": { | ||
"0": { | ||
"color": "#CF0A2C" | ||
}, | ||
"1": { | ||
"color": "#CF0A2C" | ||
} | ||
}, | ||
|
||
"teamNameRegexes": { | ||
"groupRegex": { | ||
"team": "^46.*|^47.*", | ||
"coach": "^[^4]{2}.*|4[^67].*" | ||
} | ||
}, | ||
"teamOverrides": { | ||
"g30428=team46039": { | ||
"shortname": "46: IIT (ISM), Dhanbad" | ||
}, | ||
"g30428=team47065": { | ||
"shortname": "47: Higher Institute for Applied S&T" | ||
}, | ||
"g30428=team46029": { | ||
"shortname": "47: Hanoi University of S&T" | ||
}, | ||
"g30428=team46092": { | ||
"shortname": "46: Union University - Faculty of CS" | ||
}, | ||
"g30428=team47122": { | ||
"shortname": "47: University of ES&T of China" | ||
}, | ||
"g30428=team46112": { | ||
"shortname": "47: University of ES&T of China" | ||
}, | ||
"g30428=team46077": { | ||
"shortname": "46: St. Petersburg of HSE" | ||
}, | ||
"g30428=team47034": { | ||
"shortname": "47: Harbour.Space U" | ||
}, | ||
"g30428=team47010": { | ||
"shortname": "47: Belarusian SU" | ||
}, | ||
"g30428=team47011": { | ||
"shortname": "47: BSUIR" | ||
}, | ||
"g30428=team46010": { | ||
"shortname": "46: BUET" | ||
}, | ||
"g30428=team47055": { | ||
"shortname": "47: Kazakh-British TU" | ||
}, | ||
"g30428=team46032": { | ||
"shortname": "46: Higher Institute for Applied S&T" | ||
}, | ||
"g30428=team46006": { | ||
"shortname": "46: Applied Science Private U" | ||
}, | ||
"g30428=team46103": { | ||
"shortname": "46: U de São Paulo (São Carlos)" | ||
}, | ||
"g30428=team47013": { | ||
"shortname": "Birla Institute of T&S (Pilani)" | ||
}, | ||
"g30428=team46049": { | ||
"shortname": "46: Jordan University of S&T" | ||
}, | ||
"g30428=team47041": { | ||
"shortname": "47: IIT - Indore" | ||
}, | ||
"g30428=team47096": { | ||
"shortname": "47: U de Buenos Aires - FCEN" | ||
}, | ||
"g30428=team47087": { | ||
"shortname": "47: ITMO University" | ||
}, | ||
"g30428=team46078": { | ||
"shortname": "46: ITMO University" | ||
}, | ||
"g30428=team46105": { | ||
"shortname": "46: U Federal de Pernambuco" | ||
}, | ||
"g30428=team46072": { | ||
"shortname": "46: Rajshahi UET" | ||
}, | ||
"g30428=team47086": { | ||
"shortname": "47: St. Petersburg Campus of HSE" | ||
}, | ||
"g30428=team46016": { | ||
"shortname": "46: Cairo University - FCAI" | ||
}, | ||
"g30428=team47037": { | ||
"shortname": "47: Huazhong UST" | ||
}, | ||
"g30428=team47025" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"submittedRun": "{team.shortName} submitted solution for {problem.letter}.{problem.name}", | ||
"firstToSolveRun": "{team.shortName} is the first team to solve problem {problem.letter}.{problem.name}", | ||
"rejectedRun": "{team.shortName} failed {problem.letter}.{problem.name} due to {run.result}", | ||
"acceptedRun": "{team.shortName} solves {problem.letter}.{problem.name} and id now at rank {result.rank}", | ||
"acceptedWithSolvedProblemsRun": "{team.shortName} solves {problem.letter}.{problem.name}. It is at rank {result.rank} and has {result.solvedProblems} problems solved", | ||
"ioiJudgedRun": "{team.shortName} got {result.ioiScore} points by {problem.letter}.{problem.name}", | ||
"ioiJudgedPositiveDiffRun": "{team.shortName} got +{result.ioiDifference} points ({result.ioiScore} total) by problem {problem.letter}.{problem.name}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "cf", | ||
"contestId": 1960, | ||
"apiKey": "$creds.codeforces_key", | ||
"apiSecret": "$creds.codeforces_secret", | ||
"asManager": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"CONTEST_COLOR": "#CF0A2C", | ||
"SCOREBOARD_CELL_TEAMNAME_SIZE": "700px" | ||
} |