There have been at least ~6 problems in Kattis contests with float answers, where the judge solution has floating point inaccuracies. I think we could help reduce the risk of this by displaying the largest relative/absolute error that each submission gets relative the .ans files. Or at least warn if a particular submission is close to the error limit.
I haven't made many float problems at all, so not sure whether this a good idea. But I think it is? Summoning @Tagl since you do a lot of geometry problems, and therefore floating point problems.
There have been at least ~6 problems in Kattis contests with float answers, where the judge solution has floating point inaccuracies. I think we could help reduce the risk of this by displaying the largest relative/absolute error that each submission gets relative the
.ansfiles. Or at least warn if a particular submission is close to the error limit.I haven't made many float problems at all, so not sure whether this a good idea. But I think it is? Summoning @Tagl since you do a lot of geometry problems, and therefore floating point problems.