SyFy's blog

By SyFy, 16 years ago, translation, In English
F# and Haskell ?
  • Vote: I like it
  • -3
  • Vote: I do not like it

16 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it
Please, write sample solution in Haskell and/or F# for any problem from the past rounds.
16 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it
Thank you, that's great! I didn't expect it so soon. Now contests will be more fun for me. :)

I found a bug in my Haskell solution: I somehow assumed that filtering out empty rows is okay. This doesn't work if an empty row is surrounded by non-empty rows.
With this fix the solution was accepted, so GHC seems to be working all right.