summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--problem206.ijs8
1 files changed, 8 insertions, 0 deletions
diff --git a/problem206.ijs b/problem206.ijs
new file mode 100644
index 0000000..53b666b
--- /dev/null
+++ b/problem206.ijs
@@ -0,0 +1,8 @@
+min =: <.%:1020304050607080900
+max =: <.%:1929394959697989990
+range =: >.10%~max-min
+ns =: min+10*i.range
+squares =: *:ns
+strs =: ":"0 squares
+i =: I. '1234567890' -:"1 1 (2*i.10) {"1 1 strs
+problem206 =: i{ns \ No newline at end of file