L_H's blog

By L_H, history, 9 years ago, In English

I am trying to solve http://codeforces.com/problemset/problem/551/B but when I submit the solution I get wrong answer...so to check again I went to ideone and checked the output for that test case and I get correct answer any suggestions?

Link to codeforces solution http://codeforces.com/contest/551/submission/11634884

Link to ideone solution http://ideone.com/3xgM8v

Full text and comments »

Tags c++
  • Vote: I like it
  • -1
  • Vote: I do not like it

By L_H, 9 years ago, In English

I am solving this problem in O(m*n) but still TLE link to problem http://www.codechef.com/problems/PD12 Link to solution http://www.codechef.com/viewsolution/6514367

Full text and comments »

  • Vote: I like it
  • -3
  • Vote: I do not like it

By L_H, 9 years ago, In English

I am trying to solve http://codeforces.com/contest/514/problem/C but repeatedly getting wa at test 6.Tried a lot but can't figure out the problem...Link to my solution http://codeforces.com/contest/514/submission/9883601

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By L_H, 9 years ago, In English

Hello friends I am trying to solve http://www.spoj.com/problems/GSS1/ but I am a little weak in segment trees So I am not able to figure out How my preprocessing function will look like and also If someone could explain a way to solve this without segment trees (as there are only queries no updation required)

Full text and comments »

  • Vote: I like it
  • -11
  • Vote: I do not like it