Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

2 simple ambiguous doubts...
Разница между en3 и en4, 67 символ(ов) изменены
1st: In yesterday's contest I got [FST](https://codeforces.net/contest/1546/submission/122102564) on B on T.C-11, and after I reviewed it I found out that I was mistakenly running loop till n where I should run it till n-1 only, but ironically pretests passed without RTE, so could anyone explain why RTE didn't occur...↵

2nd: As per the [blog](https://codeforces.net/blog/entry/70237
#:~:text=So%20we%20won't%20see,if%20its%20arguments%20are%20equal.),) the comparator should return false, and as per my [code](https://pastebin.ubuntu.com/p/thF8DGdwqV/), it would be returning false, but doing this showed WA on CSES Projects DP question and as I entered (>=) it got AC.↵
So, what's the logic behind this flaw, or is it due to my false understanding.↵

Thanks for your help!

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский AmanAgr2509 2021-07-12 09:55:13 67
en3 Английский AmanAgr2509 2021-07-12 01:30:33 2 Tiny change: 'nically protests pass' -> 'nically pretests pass'
en2 Английский AmanAgr2509 2021-07-12 01:29:38 110
en1 Английский AmanAgr2509 2021-07-12 01:27:55 852 Initial revision (published)