Solve problem 3
This commit is contained in:
parent
30eeae6fbb
commit
d5d2bbb2cc
1 changed files with 4 additions and 1 deletions
|
@ -30,10 +30,13 @@
|
||||||
⍝ Put your code and comments below here
|
⍝ Put your code and comments below here
|
||||||
∇
|
∇
|
||||||
|
|
||||||
∇ urls←PastTasks url
|
∇ urls←PastTasks url;r;paths
|
||||||
⍝ 2020 APL Problem Solving Competition Phase II
|
⍝ 2020 APL Problem Solving Competition Phase II
|
||||||
⍝ Stub function for Problem 3, Task 1 - PastTasks
|
⍝ Stub function for Problem 3, Task 1 - PastTasks
|
||||||
⍝ Put your code and comments below here
|
⍝ Put your code and comments below here
|
||||||
|
r←HttpCommand.Get url
|
||||||
|
paths←('[a-zA-Z0-9_/]+\.pdf'⎕S'&')r.Data
|
||||||
|
urls←('https://www.dyalog.com/'∘,)¨paths
|
||||||
∇
|
∇
|
||||||
|
|
||||||
∇ r←revp dna
|
∇ r←revp dna
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue