Skip to content

Commit

Permalink
challenge luxor
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed May 8, 2024
1 parent a278082 commit 7fe9b87
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 0 deletions.
102 changes: 102 additions & 0 deletions config/icpc-wf/2023/challenge/advanced.json
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"
}
}
9 changes: 9 additions & 0 deletions config/icpc-wf/2023/challenge/analyticsTemplate.json
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}"
}
7 changes: 7 additions & 0 deletions config/icpc-wf/2023/challenge/settings.json
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
}
4 changes: 4 additions & 0 deletions config/icpc-wf/2023/challenge/visualConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"CONTEST_COLOR": "#CF0A2C",
"SCOREBOARD_CELL_TEAMNAME_SIZE": "700px"
}

0 comments on commit 7fe9b87

Please sign in to comment.