Hello, I've developed 2 very similar solutions to the BRI problem, but haskell gives TLE.

Is this intended?

  • created

    Nov '16
  • last reply

    Jun '21
  • 1

    reply

  • 1.0k

    views

  • 2

    users

4 years later

Rust gives me TLE with a lot of used heap memory (1.5G), so I guess this is another SPOJ problem with broken input. And breaking main loop after reaching EOF gives me AC. So maybe your Haskell and C++ solutions a little bit different in parsing input.