From be1fdacab6d2dde3cc7d40d8301272e7ef622851 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 2 Oct 2021 00:40:32 +0200 Subject: Problem 206 --- problem206.ijs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 problem206.ijs (limited to 'problem206.ijs') 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 -- cgit v1.2.3