Weird precision bug with Apple Clang

Правка en2, от ravi_sumit33, 2024-09-04 10:37:04

My submission for problem E of Codeforces Round 971 (Div. 4) was exactly the bonus solution mentioned in the editorial. I spent around 1 hour debugging during the contest but the last sample case was failing. After the contest I submitted the same solution and it passed (maybe because codeforces use gcc?). I believe there is some precision bug in Apple clang. Can anyone else try this on the last sample test?

** Please ignore the excessive use of long double. I was getting panicked :) **

Теги c++ compilers, gcc, clang

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский ravi_sumit33 2024-09-04 10:37:04 1
en1 Английский ravi_sumit33 2024-09-04 10:32:26 576 Initial revision (published)