summaryrefslogtreecommitdiff
path: root/problem1.ijs
blob: 19dff8b9d84b5758239af9be8b62549907ffe7f8 (plain) (blame)
1
2
3
4
nums =. i. 1000
mult3s =: 0=3|nums
mult5s =: 0=5|nums
problem1 =: +/(mult3s +. mult5s)#nums