-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataBase.json
More file actions
34 lines (34 loc) · 778 Bytes
/
Copy pathDataBase.json
File metadata and controls
34 lines (34 loc) · 778 Bytes
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
{
"problems": [
{
"name": "HeavyMetal",
"link": "https://www.infoarena.ro/problema/heavymetal",
"difficulty": "medium"
},
{
"name": "Edist",
"link": "https://www.infoarena.ro/problema/edist",
"difficulty": "easy"
},
{
"name": "Curse de cai",
"link": "https://www.infoarena.ro/problema/cai",
"difficulty": "easy"
},
{
"name": "Pic",
"link": "https://www.infoarena.ro/problema/pic",
"difficulty": "medium"
},
{
"name": "Elimin",
"link": "https://www.infoarena.ro/problema/elimin",
"difficulty": "hard"
},
{
"name": "Average Length",
"link": "https://atcoder.jp/contests/abc145/tasks/abc145_c",
"difficulty": "hard"
}
]
}