ChairMan's blog

By ChairMan, history, 2 years ago, In English

Hi, i've been trying to solve this problem — problem

however it's still gives me wrong answer on test 3. Could someone please tell me what's wrong with my code ? — code.

Thanks in advance.

Full text and comments »

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

By ChairMan, history, 2 years ago, In English

Hello so i've seen a neal wu sublime text compile all the time without stop and highlighting the errors, what plugin is it?

Full text and comments »

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

By ChairMan, history, 3 years ago, In English

Hi .. so i've been solving this problem problem but it's still gives me a WA can someone please tell me what's wrong with my code Code? (my code is readeable so it won't be hard for someone who know segment tree to find an error).

Thanks.

Full text and comments »

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

By ChairMan, history, 3 years ago, In English

Hi, so i've been trying to solve this problems with dfs, but it still gives me TLE and RE. Could someone please tell me what's wrong with my code ? My code

Full text and comments »

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

By ChairMan, history, 3 years ago, In English

Hi, i'm trying to solve a cool problem but can't figure out how we can do it.

What is the minimum number of $$$moves$$$ to get from $$$x$$$ to $$$z$$$.

Input :

N

X, Y

pairs...

Eg :

5

1 3

1 2

2 4

2 5

5 6

6 3

ANS = 5 : 1,2 — 2,4 — 2,5 — 5,6 — 6,3

if someome please can help me with implementation , it would be cool.

Full text and comments »

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

By ChairMan, history, 3 years ago, In English

Hi ! Is there any plugin for far manager that allow us to use smart indent ? Thanks in advance.

Full text and comments »

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

By ChairMan, history, 3 years ago, In English

In IOI i can use my prewritten template for example for input and output ? Or i need to write like tourist ?

Edit : I meant like "tourist" because he usually write a code without any template.

Full text and comments »

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