Hello codeforces.
Hope you all doing well and are healthy.
Today I was upsolving the Subsequence LCM
I got wrong answer, now when I used Debug feature of the codechef, I saw that my output and expected are same but it is still showing that my answer is wrong.
Please look into the screenshot below
Is it my bug in my computer or bug in codechef?
My solution link : Link
Codechef Admin please look into it.
Thanks and Have a nice day.
If anyone wants the test case where it is showing so, the test case is :
2
100
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
1
1
Yes, this is a bug and we're looking into it. Your code fails on this input: https://pastebin.com/PckV39RU
Hi CodeChef, can you fix calendar API too, its not showing contest name in the placeholder, and shows "busy"
Thanks for reporting! Should be fixed now.
This should hopefully be fixed now. Please check and let us know.
Yes It is fixed, thanks a lot. Codechef is becoming better everyday.
But is too long test case and also showing ... in the end
It shows the smallest uploaded testcase where your code fails. So your bug is possibly something which manifests mostly only in large inputs.