MCPcopy Create free account

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

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

↓ 1 callersFunctionf484A
(l, r int64, i int)
main/400-499/484A.go:17
↓ 1 callersMethodfastRand
()
main/500-599/558E.go:42
↓ 1 callersMethodfastRand
()
main/500-599/555C.go:41
↓ 1 callersMethodfastRand
()
main/1300-1399/1398E.go:63
↓ 1 callersMethodfastRand
()
main/300-399/387E.go:42
↓ 1 callersMethodfastRand
()
main/1200-1299/1249D2.go:40
↓ 1 callersMethodfastRand
()
main/1500-1599/1528C.go:40
↓ 1 callersMethodfastRand
()
main/900-999/960F.go:40
↓ 1 callersMethodfastRand
()
main/900-999/915E.go:41
↓ 1 callersMethodfastRand
()
main/400-499/424D.go:39
↓ 1 callersMethodfastRand
()
main/800-899/840D.go:30
↓ 1 callersMethodfastRand
()
main/800-899/840D.go:119
↓ 1 callersMethodfastRand
()
main/600-699/610D.go:51
↓ 1 callersMethodfastRand
()
main/gym/101628K.go:39
↓ 1 callersMethodfastRand
https://www.jstatsoft.org/article/view/v008i14/xorshift.pdf https://en.wikipedia.org/wiki/Xorshift 当然,也可以用 rand.Int() 或者 rd: rand.NewSource 后 rd.Int63
copypasta/treap.go:97
↓ 1 callersMethodfastRand
()
leetcode/biweekly/55/d/d.go:104
↓ 1 callersMethodfastRand
()
leetcode/biweekly/51/d/d.go:35
↓ 1 callersMethodfastRand
()
leetcode/biweekly/36/d/d.go:35
↓ 1 callersMethodfastRand
()
leetcode/weekly/180/d/d.go:20
↓ 1 callersMethodfastRand
()
leetcode/weekly/230/d/d.go:36
↓ 1 callersMethodfastRand
()
leetcode/weekly/236/d/d.go:37
↓ 1 callersMethodfastRand
()
leetcode/weekly/175/c/c.go:34
↓ 1 callersMethodfastRand
()
leetcode/weekly/194/c/c.go:32
↓ 1 callersMethodfastRand
()
leetcode/weekly/196/d/d.go:44
↓ 1 callersFunctionfastRand527C
()
main/500-599/527C_treap.go:11
↓ 1 callersFunctionfetchProblemURLs
获取题目信息(含题目链接) contestTag 如 "weekly-contest-200",可以从比赛链接中获取
copypasta/template/leetcode/generator.go:80
↓ 1 callersFunctionfetchProblems
若 problemNum 为 0 则比赛尚未开始
copypasta/template/nowcoder/generator.go:65
↓ 1 callersFunctionfetchSeasonProblemURLs
获取力扣杯的题目链接 slug 如 "2020-fall", "2021-spring"
copypasta/template/leetcode/generator.go:147
↓ 1 callersFunctionfetchStartTime
(contestID int)
copypasta/template/nowcoder/generator.go:18
↓ 1 callersFunctionfetchStartTime
(contestID string)
copypasta/template/atcoder/generator.go:20
↓ 1 callersFunctionfetchTaskNum
(contestID string)
copypasta/template/atcoder/generator.go:41
↓ 1 callersMethodfind
(s string, miss bool)
main/500-599/514C.go:17
↓ 1 callersMethodfindBridges
桥(割边) https://oi-wiki.org/graph/cut/#_4 https://algs4.cs.princeton.edu/41graph/Bridge.java.html 模板题 LC1192 https://leetcode-cn.com/problems/critical-c
copypasta/graph.go:715
↓ 1 callersFunctionfindNonASCII
(s string)
copypasta/template/leetcode/helper.go:164
↓ 1 callersMethodflip
(o, l, r int)
main/edu/2/segmenttree2/step3/b/main.go:42
↓ 1 callersMethodflip
(idx int)
main/edu/2/segmenttree1/step2/b/main.go:56
↓ 1 callersMethodfloor
(key int)
main/500-599/527C_treap.go:111
↓ 1 callersMethodfloor
(key int)
main/500-599/555C.go:88
↓ 1 callersFunctionfloorSqrt
* https://oi-wiki.org/geometry/2d/ https://oi-wiki.org/geometry/3d/ 推荐 https://vlecomte.github.io/cp-geo.pdf https://www.cnblogs.com/Xing-Ling/p/12102
copypasta/geometry.go:115
↓ 1 callersFunctionfwt
github.com/EndlessCheng/codeforces-go
leetcode/weekly/233/d/d.go:6
↓ 1 callersFunctiongaussJordanElimination
github.com/EndlessCheng/codeforces-go
main/1-99/21B.go:10
↓ 1 callersFunctiongcd
(a, b int)
misc/acwing/weekly/30/c/c.go:44
↓ 1 callersFunctiongcd
(a, b int)
leetcode/weekly/235/d/d.go:23
↓ 1 callersFunctiongcd
(a, b int)
leetcode/weekly/255/a/a.go:16
↓ 1 callersMethodgcd
(a, b int)
main/900-999/914D.go:12
↓ 1 callersFunctiongenAtCoderContestTemplates
(contestID string, taskNum, retryTimes int)
copypasta/template/atcoder/generator.go:308
↓ 1 callersFunctiongenDirName
(contestID string)
copypasta/template/helper.go:50
↓ 1 callersFunctiongenMainFileContent
(code, funcComment string)
copypasta/template/nowcoder/generator.go:128
↓ 1 callersFunctiongenTestFileContent
(id byte, rawExamples []string, funcName, problemURL string)
copypasta/template/nowcoder/generator.go:156
↓ 1 callersMethodget
(s []byte)
leetcode/weekly/168/c/c.go:30
↓ 1 callersMethodgetCake
更新拿到蛋糕的蚂蚁状态
misc/luogu/p2586.go:127
↓ 1 callersFunctiongetCircleCenter
(a, b vecF, r float64)
leetcode/weekly/189/d/d.go:11
↓ 1 callersMethodgetStack
(key rbKeyType)
copypasta/red_black_tree.go:164
↓ 1 callersFunctiongreatFirstMerge
(a, b []int)
leetcode/main.go:1107
↓ 1 callersFunctionhandleLongOutput
(s string)
main/testutil/helper.go:20
↓ 1 callersFunctionhandleOutput
(s string)
main/testutil/helper.go:27
↓ 1 callersMethodhasPrefixOfString
(s []byte, l, r int)
main/gym/101628K.go:138
↓ 1 callersMethodhasStringOfPrefix
(p []byte, l, r int)
main/gym/101628K.go:152
↓ 1 callersMethodidft
(a []complex128)
main/900-999/958F3.go:57
↓ 1 callersMethodidft
(a []complex128)
copypasta/math_fft.go:73
↓ 1 callersMethodinit
(arr []int)
main/500-599/522B.go:54
↓ 1 callersMethodinit
(a []pair1321)
main/1300-1399/1321E.go:66
↓ 1 callersMethodinit
(arr []int)
main/300-399/339D.go:52
↓ 1 callersMethodinit
(n int)
main/1200-1299/1262D2.go:55
↓ 1 callersMethodinit
(a []int)
main/900-999/920F.go:71
↓ 1 callersMethodinit
(a []int)
main/900-999/914D.go:63
↓ 1 callersMethodinit
(arr []int)
main/900-999/961E.go:65
↓ 1 callersMethodinit
(a []int, ors []int64)
main/1100-1199/1114F.go:103
↓ 1 callersMethodinit
(n int)
main/800-899/813E.go:62
↓ 1 callersMethodinit
(n int)
main/edu/2/segmenttree1/step3/b/main.go:38
↓ 1 callersMethodinit
(a []int)
main/edu/2/segmenttree1/step1/c/main.go:75
↓ 1 callersMethodinit
(a []int)
main/edu/2/segmenttree1/step1/b/main.go:66
↓ 1 callersMethodinit
(a []int)
main/edu/2/segmenttree1/step2/a/main.go:70
↓ 1 callersMethodinit
(a []int)
main/edu/2/segmenttree1/step2/d/main.go:67
↓ 1 callersMethodinit
(a []int)
main/edu/2/segmenttree1/step2/c/main.go:65
↓ 1 callersMethodinit
(a []int)
main/edu/2/segmenttree1/step2/b/main.go:55
↓ 1 callersMethodinit
(a []int)
main/edu/2/segmenttree1/step4/a/main.go:72
↓ 1 callersMethodinit
(n int)
main/edu/2/segmenttree1/step4/e/main.go:64
↓ 1 callersMethodinit
(a []int8)
main/edu/2/segmenttree1/step4/c/main.go:80
↓ 1 callersMethodinit
(a []mat)
main/edu/2/segmenttree1/step4/b/main.go:58
↓ 1 callersMethodinit
(arr []int, pos uint8)
main/200-299/242E.go:77
↓ 1 callersMethodinit
(n int)
leetcode/season/2019fall/e/e.go:71
↓ 1 callersMethodinit
(n int)
leetcode/weekly/174/d_nlogn.go:56
↓ 1 callersMethodinit
(n int)
leetcode/weekly/186/d/d.go:57
↓ 1 callersMethodinit
(a []int)
leetcode/weekly/187/c/c.go:61
↓ 1 callersMethodinsert
(i int)
main/400-499/484E.go:62
↓ 1 callersMethodintersection
(b line613)
main/600-699/613A.go:31
↓ 1 callersMethodisBipartite
()
main/600-699/623A.go:46
↓ 1 callersMethodisGameOver
如果发现扛蛋糕的蚂蚁没死并在窝的位置,就认为蚂蚁抢到了蛋糕,游戏结束
misc/luogu/p2586.go:229
↓ 1 callersFunctionisLower
(b byte)
leetcode/weekly/58/c/c.go:9
↓ 1 callersMethodkth
(k int)
main/1300-1399/1398E.go:112
↓ 1 callersMethodkth
(begin, end, k int)
main/800-899/896C.go:53
↓ 1 callersMethodlen
()
main/700-799/772B.go:15
↓ 1 callersMethodlen
()
copypasta/geometry.go:1106
↓ 1 callersMethodlen2
()
misc/atcoder/abc139/f/f.go:17
↓ 1 callersMethodlen2
()
leetcode/weekly/189/d/d.go:8
↓ 1 callersMethodless
(a, b mqData37)
main/1200-1299/1237D.go:19
↓ 1 callersMethodless
(a, b mqData)
main/edu/2/twopointers/step2/f/f.go:20
↓ 1 callersMethodless
(a, b mqData)
main/edu/2/twopointers/step2/f/f.go:45
↓ 1 callersMethodless
(a, b mqData)
copypasta/monotone_queue.go:24
← previousnext →1,101–1,200 of 8,098, ranked by callers