Block a user
fix(diff): bugs on diff stdin and numerics
we can probably move some redundant functions like get_testcaes
into a utils.py
fix(diff): bugs on diff stdin and numerics
if the with_.default.cpu_limit
is not the same as DEFAULT_CPU_LIMIT
it means its already been input before, and it is considered as the new default value for all cases (ta might want to…
fix(diff): bugs on diff stdin and numerics
added a field in toml named diff.default_score
and this 5 is now directly written numerically here:
class ParserDiff(BaseModel):
output: Outputs = Outputs()
default_score: int =…