MCPcopy Create free account

hub / github.com/EndlessCheng/codeforces-go / functions

Functions8,098 in github.com/EndlessCheng/codeforces-go

FunctionTestCF988E
(t *testing.T)
main/900-999/988E_test.go:8
FunctionTestCF989C
(t *testing.T)
main/900-999/989C_test.go:8
FunctionTestCF995C
https://codeforces.com/problemset/problem/995/C https://codeforces.com/problemset/status/995/problem/C
main/900-999/995C_test.go:10
FunctionTestCF996A
https://codeforces.com/problemset/problem/996/A https://codeforces.com/problemset/status/996/problem/A
main/900-999/996A_test.go:10
FunctionTestCF997B
(t *testing.T)
main/900-999/997B_test.go:8
FunctionTestCF999D
(t *testing.T)
main/900-999/999D_test.go:8
FunctionTestCF999E
(t *testing.T)
main/900-999/999E_test.go:8
FunctionTestCF9D
https://codeforces.com/problemset/problem/9/D https://codeforces.com/problemset/status/9/problem/D
main/1-99/9D_test.go:10
FunctionTestCheck
无尽检查输出是否正确 / 构造 hack 数据 通常用于 special judge 题目
misc/luogu/contest/48376/a/a_test.go:98
FunctionTestCheck
无尽检查输出是否正确
misc/luogu/contest/33190/a/a_test.go:78
FunctionTestCheck
无尽检查输出是否正确
misc/luogu/contest/33190/c/c_test.go:77
FunctionTestCheck
无尽检查输出是否正确
misc/luogu/contest/33190/b/b_test.go:70
FunctionTestCheck
无尽检查输出是否正确 / 构造 hack 数据 通常用于 special judge 题目
copypasta/template/main_test.go:89
FunctionTestCheckCF1004D
(t *testing.T)
main/1000-1099/1004D_test.go:37
FunctionTestCheckCF1039A
(t *testing.T)
main/1000-1099/1039A_test.go:152
FunctionTestCheckCF1481C
(t *testing.T)
main/1400-1499/1481C_test.go:64
FunctionTestCheckCF266C
(t *testing.T)
main/200-299/266C_test.go:41
FunctionTestCheckCF785D
(t *testing.T)
main/700-799/785D_test.go:29
FunctionTestCheckInf
(t *testing.T)
leetcode/main_test.go:42
FunctionTestCompare
(t *testing.T)
main/1400-1499/1483B_test.go:99
FunctionTestCompare
func init() { rand.Seed(time.Now().UnixNano()) } 无尽对拍 / 构造 hack 数据 提醒:如果对拍正确但没有 AC,请检查 1. 是否搞错了输入输出(重新阅读题目中有关输入输出格式的说明) 2. 数据是否超过 int 最大值 3. 是否有边界情况没考
misc/luogu/contest/48376/a/a_test.go:53
FunctionTestCompare
无尽对拍
misc/luogu/contest/33190/a/a_test.go:46
FunctionTestCompare
无尽对拍
misc/luogu/contest/33190/c/c_test.go:45
FunctionTestCompare
无尽对拍
misc/luogu/contest/33190/b/b_test.go:38
FunctionTestCompare
https://ac.nowcoder.com/acm/contest/9476/b
misc/nowcoder/9476/b/b_test.go:30
FunctionTestCompare
https://ac.nowcoder.com/acm/contest/9005/c
misc/nowcoder/9005/c/c_test.go:43
FunctionTestCompare
https://atcoder.jp/contests/abc185/tasks/abc185_e
misc/atcoder/abc185/e/e_test.go:82
FunctionTestCompare
func init() { rand.Seed(time.Now().UnixNano()) } 无尽对拍 / 构造 hack 数据 提醒:如果对拍正确但没有 AC,请检查 1. 是否搞错了输入输出(重新阅读题目中有关输入输出格式的说明) 2. 数据是否超过 int 最大值 3. 是否有边界情况没考
copypasta/template/main_test.go:42
FunctionTestCompare
https://leetcode-cn.com/contest/weekly-contest-220/problems/jump-game-vi/
leetcode/weekly/220/c/c_test.go:45
FunctionTestCompareCF1039A
(t *testing.T)
main/1000-1099/1039A_test.go:33
FunctionTestCompareCF1082E
(t *testing.T)
main/1000-1099/1082E_test.go:53
FunctionTestCompareCF1209E2
(t *testing.T)
main/1200-1299/1209E2_test.go:47
FunctionTestCompareCF1439C
(t *testing.T)
main/1400-1499/1439C_test.go:58
FunctionTestCompareCF1469C
(t *testing.T)
main/1400-1499/1469C_test.go:30
FunctionTestCompareCF1470B
(t *testing.T)
main/1400-1499/1470B_test.go:129
FunctionTestCompareCF1474D
(t *testing.T)
main/1400-1499/1474D_test.go:48
FunctionTestCompareCF1483C
(t *testing.T)
main/1400-1499/1483C_test.go:49
FunctionTestCompareCF1493C
(t *testing.T)
main/1400-1499/1493C_test.go:33
FunctionTestCompareCF438D
(t *testing.T)
main/400-499/438D_test.go:55
FunctionTestCompareCF446A
(t *testing.T)
main/400-499/446A_test.go:43
FunctionTestCompareCF476E
(t *testing.T)
main/400-499/476E_test.go:35
FunctionTestCompareCF610D
(t *testing.T)
main/600-699/610D_test.go:40
FunctionTestCompareCF650C
(t *testing.T)
main/600-699/650C_test.go:61
FunctionTestCompareCF940F
(t *testing.T)
main/900-999/940F_test.go:28
FunctionTestCompareInf
func init() { rand.Seed(time.Now().UnixNano()) }
leetcode/main_test.go:16
FunctionTestCompareInf
https://leetcode-cn.com/contest/season/2021-fall/problems/vFjcfV/
leetcode/season/2021fall/d/d_test.go:42
FunctionTestCompareInf
(t *testing.T)
leetcode/weekly/256/d/d_test.go:55
FunctionTestCompareInf
https://leetcode-cn.com/contest/weekly-contest-252/problems/count-number-of-special-subsequences/
leetcode/weekly/252/d/d_test.go:47
FunctionTestCompare_p3527
(t *testing.T)
misc/luogu/p3527_test.go:31
FunctionTestGenAtCoderContestTemplates
TODO: update REVEL_SESSION
copypasta/template/atcoder/generator_test.go:10
FunctionTestGenAtCoderProblemTemplate
仅限结束的比赛 https://atcoder.jp/contests/abc161/tasks/abc161_f https://atcoder.jp/contests/abc161/submissions?f.LanguageName=Go&f.Status=AC&f.Task=abc161_f
copypasta/template/atcoder/generator_test.go:22
FunctionTestGenCodeforcesContestTemplates
赛前看情况修改下 main.go https://codeforces.com/contest//problems
copypasta/template/generator_test.go:13
FunctionTestGenCodeforcesProblemTemplates
https://codeforces.com/problemset/problem/1293/C https://codeforces.com/problemset/status/1291/problem/D https://codeforces.com/gym/102253/problem/C h
copypasta/template/generator_test.go:32
FunctionTestGenLeetCodeTests
由于力扣的限制,登录后会让网页端退出 建议额外用个号,这样可免去重登的麻烦
copypasta/template/leetcode/generator_test.go:11
FunctionTestGenNowCoderTemplates
(t *testing.T)
copypasta/template/nowcoder/generator_test.go:9
FunctionTestGenTemplates
"../../misc/gcj/<year>/<id>/" 需要改模板 "../../misc/kickstart/<year>/<id>/" 需要改模板 "../../misc/luogu/contest/<id>/" "../../misc/nowcoder/<id>/"
copypasta/template/generator_test.go:47
FunctionTestOnline
(t *testing.T)
leetcode/weekly/163/b/b_test.go:38
FunctionTestOnline
(t *testing.T)
leetcode/weekly/175/c/c_test.go:27
FunctionTestOnline
(t *testing.T)
leetcode/weekly/151/d/d_test.go:28
FunctionTestRG_GraphEdges
(t *testing.T)
main/testutil/rand_test.go:73
FunctionTestRG_Permutation
(t *testing.T)
main/testutil/rand_test.go:9
FunctionTestRG_TreeEdges
(t *testing.T)
main/testutil/rand_test.go:21
FunctionTestRG_TreeWeightedEdges
(t *testing.T)
main/testutil/rand_test.go:46
FunctionTestRunLeetCodeClass
(t *testing.T)
leetcode/testutil/leetcode_test.go:113
FunctionTestRunLeetCodeFunc
(t *testing.T)
leetcode/testutil/leetcode_test.go:19
FunctionTestSol1037D
(t *testing.T)
main/1000-1099/1037D_test.go:8
FunctionTestSol1059D
(t *testing.T)
main/1000-1099/1059D_test.go:8
FunctionTestSol1077D
(t *testing.T)
main/1000-1099/1077D_test.go:8
FunctionTestSol1077E
(t *testing.T)
main/1000-1099/1077E_test.go:8
FunctionTestSol107B
(t *testing.T)
main/100-199/107B_test.go:8
FunctionTestSol1092C
(t *testing.T)
main/1000-1099/1092C_test.go:8
FunctionTestSol1096D
(t *testing.T)
main/1000-1099/1096D_test.go:8
FunctionTestSol1102E
(t *testing.T)
main/1100-1199/1102E_test.go:8
FunctionTestSol1111C
(t *testing.T)
main/1100-1199/1111C_test.go:8
FunctionTestSol1131D
(t *testing.T)
main/1100-1199/1131D_test.go:8
FunctionTestSol1133E
(t *testing.T)
main/1100-1199/1133E_test.go:8
FunctionTestSol1140C
(t *testing.T)
main/1100-1199/1140C_test.go:8
FunctionTestSol1144F
(t *testing.T)
main/1100-1199/1144F_test.go:8
FunctionTestSol1147B
(t *testing.T)
main/1100-1199/1147B_test.go:8
FunctionTestSol1152C
(t *testing.T)
main/1100-1199/1152C_test.go:8
FunctionTestSol1156B
(t *testing.T)
main/1100-1199/1156B_test.go:8
FunctionTestSol1156D
(t *testing.T)
main/1100-1199/1156D_test.go:8
FunctionTestSol1165E
(t *testing.T)
main/1100-1199/1165E_test.go:8
FunctionTestSol1168A
(t *testing.T)
main/1100-1199/1168A_test.go:8
FunctionTestSol118D
(t *testing.T)
main/100-199/118D_test.go:8
FunctionTestSol1196E
(t *testing.T)
main/1100-1199/1196E_test.go:8
FunctionTestSol1199B
(t *testing.T)
main/1100-1199/1199B_test.go:8
FunctionTestSol1200E
(t *testing.T)
main/1200-1299/1200E_test.go:8
FunctionTestSol1202D
(t *testing.T)
main/1200-1299/1202D_test.go:8
FunctionTestSol1205B
(t *testing.T)
main/1200-1299/1205B_test.go:8
FunctionTestSol1209D
(t *testing.T)
main/1200-1299/1209D_test.go:8
FunctionTestSol1214D
(t *testing.T)
main/1200-1299/1214D_test.go:8
FunctionTestSol1221D
(t *testing.T)
main/1200-1299/1221D_test.go:8
FunctionTestSol1228D
(t *testing.T)
main/1200-1299/1228D_test.go:8
FunctionTestSol1230C
(t *testing.T)
main/1200-1299/1230C_test.go:8
FunctionTestSol1230D
(t *testing.T)
main/1200-1299/1230D_test.go:8
FunctionTestSol1234D
(t *testing.T)
main/1200-1299/1234D_test.go:8
FunctionTestSol1237D
(t *testing.T)
main/1200-1299/1237D_test.go:8
FunctionTestSol1244C
(t *testing.T)
main/1200-1299/1244C_test.go:8
FunctionTestSol1244D
(t *testing.T)
main/1200-1299/1244D_test.go:8
← previousnext →6,001–6,100 of 8,098, ranked by callers