compsci.typ: add "cheated" problem status
This commit is contained in:
parent
c7e20cace7
commit
0213d0bfe1
@ -10,6 +10,12 @@
|
||||
*Status*: Completed
|
||||
]
|
||||
})
|
||||
} else if stat == "cheated" {
|
||||
align(center, {
|
||||
text(fill: rgb("#aaaa22"))[
|
||||
*Status*: Solved with editorial
|
||||
]
|
||||
})
|
||||
} else {
|
||||
align(center, {
|
||||
text(fill: rgb("#aa4422"))[
|
||||
|
Loading…
Reference in New Issue
Block a user