MCPcopy Create free account
hub / github.com/RUC-NLPIR/WebThinker / Platform

Class Platform

scripts/lcb_runner/benchmarks/code_generation.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class Platform(Enum):
13 LEETCODE = "leetcode"
14 CODEFORCES = "codeforces"
15 ATCODER = "atcoder"
16
17
18class Difficulty(Enum):

Callers 1

__post_init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected