Skip to content

Commit

Permalink
NWQ 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed Oct 16, 2023
1 parent f2f78b6 commit 9ee25b8
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
47 changes: 47 additions & 0 deletions config/icpc-nwq/2023/advanced.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"teamNameRegexes": {
"groupRegex": {
"itmo": "^SPb ITMO:.*",
"spbsu": "^SPb SU:.*",
"leti": "^SPb ETU:.*"
},
"customFields": {
"shortName": "^(?:\\(..\\) )?(.*) \\([^)]*\\)"
}
},
"teamIdRegexes": {
"customFields": {
"icpc_id": "^([0-9]*)$"
}
},
"teamOverrideTemplate": {
"displayName": "{shortName}"
},
"problemOverrides": {
"A":{"color":"#e6194B"},
"B":{"color":"#3cb44b"},
"C":{"color":"#ffe119"},
"D":{"color":"#4363d8"},
"E":{"color":"#f58231"},
"F":{"color":"#42d4f4"},
"G":{"color":"#f032e6"},
"H":{"color":"#fabed4"},
"I":{"color":"#469990"},
"J":{"color":"#dcbeff"},
"K":{"color":"#9A6324"},
"L":{"color":"#fffac8"}
},
"teamOverrides": {
},
"awardsSettings": {
"manual": [
{
"id": "qualified",
"citation": "Qualified to Northwestern Russia Regional Contest",
"teamCdsIds": [
"922155"
]
}
]
}
}
Loading

0 comments on commit 9ee25b8

Please sign in to comment.