File size: 836 Bytes
072ab29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
schema_version = "1.1"
source = "https://github.com/FrontierCS/Frontier-CS"
artifacts = []

[task]
name = "frontier-cs-algorithm-11"
authors = [{ name = "Frontier-CS Team", email = "frontier-cs@berkeley.edu" }]
keywords = ["competitive-programming", "algorithms", "frontier-cs"]

[metadata]
difficulty = "hard"
category = "competitive-programming"
tags = [ "default", "frontier-cs", "competitive-programming",]
frontier_cs_problem_id = "11"
frontier_cs_type = "default"
frontier_cs_time_limit = "2.0"
frontier_cs_memory_limit = "512"
frontier_cs_n_cases = "10"


[verifier]
timeout_sec = 160.0

[verifier.env]
PROBLEM_ID = "11"
JUDGE_URL = "${FRONTIER_CS_JUDGE_URL}"
MAX_POLL_TIME = "130"

[agent]
timeout_sec = 10800.0

[environment]
build_timeout_sec = 600.0
cpus = 2
memory_mb = 4096
storage_mb = 4096
gpus = 0
allow_internet = true