Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Jump-anywhere/Jq/jump-anywhere-1.jq
Normal file
1
Task/Jump-anywhere/Jq/jump-anywhere-1.jq
Normal file
|
|
@ -0,0 +1 @@
|
|||
label $out | ... break $out ...
|
||||
1
Task/Jump-anywhere/Jq/jump-anywhere-2.jq
Normal file
1
Task/Jump-anywhere/Jq/jump-anywhere-2.jq
Normal file
|
|
@ -0,0 +1 @@
|
|||
label $out | 1e7 | while(true; .+1) | if (1/.) | . == sin then (., break $out) else empty end
|
||||
1
Task/Jump-anywhere/Jq/jump-anywhere-3.jq
Normal file
1
Task/Jump-anywhere/Jq/jump-anywhere-3.jq
Normal file
|
|
@ -0,0 +1 @@
|
|||
1e7 | until(1/. | . == sin; .+1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue