1theweblover007's blog

By 1theweblover007, history, 8 years ago, In English

Hello, I was solving this problem : http://codeforces.com/problemset/problem/486/B

Here is my submission : http://codeforces.com/contest/486/submission/15134351

The same code on ideone gives correct answer in both C++14 and C++ 5.1 : http://ideone.com/NUMK5T

There maybe something I'm doing wrong. Would he great if anyone could help.

Thanks Alot!

Full text and comments »

  • Vote: I like it
  • +5
  • Vote: I do not like it

By 1theweblover007, history, 8 years ago, In English

Hello Everybody, I was beginning to learn segment tree but the problems on various judges seemed to be too non-trivial.I stumbled across the article from emaxx.ru (here : e-maxx.ru/algo/segment_tree).This site explains most of the non-trivial segment tree approaches and can be used to develop a sound understanding of the subject. But I'm not a Russian speaker and the Google Translate and Yandex Translate don't work well. There's a repository on github (here) but it does'nt contain the segment tree post.

It would be really great if some russian friend(s) could translate the segment tree post and maybe other posts.

Please do let me know your opinion.

Full text and comments »

  • Vote: I like it
  • +6
  • Vote: I do not like it