All streams
Search
Write a publication
Pull to refresh
0
0
Игорь Сальников @isalnikov

User

Send message
haskell
  1. Prelude> sum . map read $ words 
  2.  go [] string where
      go [] [] = True
      go acc (x:xs)
        | x elem "([{" = go (x:acc) xs
        | x elem ")]}" && not (null acc) && head acc == x = go (tail acc) xs
        | otherwise = False 
  3. Database_download


Information

Rating
Does not participate
Location
Москва, Москва и Московская обл., Россия
Date of birth
Registered
Activity