-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmath_problems.json
More file actions
112 lines (112 loc) · 3.26 KB
/
Copy pathmath_problems.json
File metadata and controls
112 lines (112 loc) · 3.26 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[
{
"id": "Codeforces_106565_K",
"platform": "Codeforces",
"contest_name": "2026CC福建",
"contest_url": "https://codeforces.com/gym/106565",
"problem_id": "K",
"category": "计数问题",
"subcategory": "组合数学",
"difficulty": "Medium",
"status": false
},
{
"id": "Codeforces_106565_L",
"platform": "Codeforces",
"contest_name": "2026CC福建",
"contest_url": "https://codeforces.com/gym/106565",
"problem_id": "L",
"category": "概率与期望",
"subcategory": "合法方案/全部方案",
"difficulty": "Medium",
"status": false
},
{
"id": "Codeforces_106589_I",
"platform": "Codeforces",
"contest_name": "2026CCPC重庆市赛",
"contest_url": "https://codeforces.com/gym/106589",
"problem_id": "I",
"category": "概率与期望",
"subcategory": "拆贡献",
"difficulty": "Hard",
"status": false
},
{
"id": "QOJ_3588_L",
"platform": "QOJ",
"contest_name": "2026ICPC深圳",
"contest_url": "https://qoj.ac/contest/3588",
"problem_id": "L",
"category": "概率与期望",
"subcategory": "拆贡献",
"difficulty": "Easy",
"status": false
},
{
"id": "QOJ_3588_K",
"platform": "QOJ",
"contest_name": "2026CCPC南昌",
"contest_url": "https://qoj.ac/contest/3588",
"problem_id": "K",
"category": "纯数论",
"subcategory": "枚举因子",
"difficulty": "Medium",
"status": false
},
{
"id": "QOJ_3758_C",
"platform": "QOJ",
"contest_name": "2026ICPC南昌",
"contest_url": "https://qoj.ac/contest/3758",
"problem_id": "C",
"category": "线性代数",
"subcategory": "邻接矩阵",
"difficulty": "Medium",
"status": false
},
{
"id": "QOJ_3758_K",
"platform": "QOJ",
"contest_name": "2026ICPC南昌",
"contest_url": "https://qoj.ac/contest/3758",
"problem_id": "K",
"category": "线性代数",
"subcategory": "矩阵快速幂",
"difficulty": "Hard",
"status": false
},
{
"id": "QOJ_3758_L",
"platform": "QOJ",
"contest_name": "2026ICPC南昌",
"contest_url": "https://qoj.ac/contest/3758",
"problem_id": "L",
"category": "纯数论",
"subcategory": "欧拉函数",
"difficulty": "Hard",
"status": false
},
{
"id": "Codeforces_106570_F",
"platform": "Codeforces",
"contest_name": "2026ICPC四川",
"contest_url": "https://codeforces.com/gym/106570",
"problem_id": "F",
"category": "纯数论",
"subcategory": "鸽巢原理",
"difficulty": "Medium",
"status": false
},
{
"id": "Codeforces_106534_K",
"platform": "Codeforces",
"contest_name": "2026CCPC黑龙江",
"contest_url": "https://codeforces.com/gym/106534",
"problem_id": "K",
"category": "计数问题",
"subcategory": "生成函数",
"difficulty": "Hard",
"status": false
}
]