• + 1 comment

    I'm getting an error on the third practice case when using "List.map int_of_string (Str.split (Str.regexp " ") (read_line()))". The error is an int_of_string error. I also get an error on the very last (hidden) test case. Everything else works and I just use the Big_int module so there shouldn't be any sneaky errors implementing Big_int.

    Is it possible that the input is bugged? (say delimited by a tab somewhere or something?)