Skip to content

Commit 606ba53

Browse files
Update public data [skip ci]
1 parent 1ffd240 commit 606ba53

9 files changed

+9
-9
lines changed

base_yu/task054.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# best: 279(jailctf merger) / others: 283(ox jam), 298(HIMAGINE THE FUTURE.), 309(jacekw Potatoman nauti natte), 309(import itertools), 310(intgrah jimboko awu macaque sammyuri)
1+
# best: 279(jailctf merger) / others: 283(ox jam), 298(HIMAGINE THE FUTURE.), 309(jacekw Potatoman nauti natte), 309(import itertools), 309(intgrah jimboko awu macaque sammyuri)
22
def p(g):
33
for c in range(10):
44
z=[(i,j)for i in range(30)for j in range(30)if g[i][j]==c]

base_yu/task066.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# best: 262(import itertools) / others: 267(jailctf merger), 268(Code Golf International), 268(4atj sisyphus luke Seek mukundan), 275(ox jam), 282(HIMAGINE THE FUTURE.)
1+
# best: 257(import itertools) / others: 267(jailctf merger), 268(Code Golf International), 268(4atj sisyphus luke Seek mukundan), 275(ox jam), 282(HIMAGINE THE FUTURE.)
22
def p(g):
33
d=[1,0,-1,0,1]
44
for k in range(16):

base_yu/task201.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# best: 199(jailctf merger) / others: 208(ox jam), 218(Code Golf International), 218(4atj sisyphus luke Seek mukundan), 229(import itertools), 235(intgrah jimboko awu macaque sammyuri)
1+
# best: 199(jailctf merger) / others: 208(ox jam), 218(Code Golf International), 218(4atj sisyphus luke Seek mukundan), 229(import itertools), 231(intgrah jimboko awu macaque sammyuri)
22
# def p(g):
33
# t=sum(g,[])
44
# u,l=divmod(t.index(4),13)

base_yu/task333.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# best: 89(jailctf merger, ox jam) / others: 94(Code Golf International), 94(4atj sisyphus luke Seek mukundan), 101(jacekw Potatoman nauti natte), 101(JRKX), 101(JRKXK)
1+
# best: 89(jailctf merger, ox jam) / others: 90(intgrah jimboko awu macaque sammyuri), 94(Code Golf International), 94(4atj sisyphus luke Seek mukundan), 100(biz), 101(jacekw Potatoman nauti natte)
22
# ========================================== 89 =========================================
33
# lambda g,c=-3:c*g or p([[v or(3in s[:i])*max(s[i:])for i,v in enumerate(s)]for s in zip(*g[::-1])],c+1)
44
# lambda g,c=-3:c*g or p([[s[i]or(3in s[:i])*max(s[i:])for i in range(10)]for s in zip(*g[::-1])],c+1)

base_yu/task349.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# best: 194(jailctf merger) / others: 205(HIMAGINE THE FUTURE.), 214(Code Golf International), 214(4atj sisyphus luke Seek mukundan), 221(タイスケンサンバII), 230(intgrah jimboko awu macaque sammyuri)
1+
# best: 194(jailctf merger) / others: 205(HIMAGINE THE FUTURE.), 213(intgrah jimboko awu macaque sammyuri), 214(Code Golf International), 214(4atj sisyphus luke Seek mukundan), 221(タイスケンサンバII)
22
def p(g):
33
for i in range(len(g)):
44
for l in range(len(g)):

data/kaggle_scoreboard_progressions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/task_score_progressions/biz-300a1a224385acfb318149b6498f746d.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/task_score_progressions/importitertools-4bbcb8b0264fcfb4edf68aef7b54991b.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/task_score_progressions/intgrahjimbokoawumacaquesammyuri-ad218f1ccba79fd6f8987e14aaa70990.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)