We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
funccountApplesAndOranges(s:Int,t:Int,a:Int,b:Int,apples:[Int],oranges:[Int])->Void{// Write your code hereprint(apples.filter{s...t~=($0+a)}.count)print(oranges.filter{s...t~=($0+b)}.count)}
Swifty way of doing better things.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Apple and Orange
You are viewing a single comment's thread. Return to all comments →
Swifty way of doing better things.