Блог пользователя Los_Angelos_Laycurse

Автор Los_Angelos_Laycurse, 9 лет назад, По-английски

link : http://codeforces.com/gym/100548 My n^6 tree dp with constant optimal get Accepted. I think this problem's float point accuracy is harder than algorithm....it will take more effort to get "within an absolute error of 10−6" than thinking algorithm.....

using long double with some heuristic compute, my code's last example acurracy error is 8e-7.... dangerous Accepted...

  • Проголосовать: нравится
  • +11
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится +19 Проголосовать: не нравится

Why don't you write Codeforces Rated Contests? I saw you making blogs about really hard problems which weren't solved by anyone (even tourist's team).