horribleCoder's blog

By horribleCoder, history, 37 hours ago, In English

This is for USACO Silver Open problem 1 here: https://usaco.org/index.php?page=viewproblem2&cpid=1422 My code below doesn't seem to have a bug in it, and is mostly the same to the solution given, but it only passes the test cases with N <=3 * 10^3 but the server simply says wrong answer, and not timeout, and I can't see any obvious oversights. Thanks to anyone who looked at this. Code: https://replit.com/@ethantherobot7/USACO-OPEN-2024-S1?v=1

  • Vote: I like it
  • -3
  • Vote: I do not like it

»
37 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by horribleCoder (previous revision, new revision, compare).