codebuster_10's blog

By codebuster_10, history, 11 months ago, In English

I submitted following solutions to This problem :

  • 207930808 : my submission using dfs gives runtime error on test 17 when ran on pypy — 64.
  • 207931701 : same submission using dfs gives runtime error on test 13 when ran on python — 3.
  • 207933061 : this submission using queue (without recursion) passes.
  • 207933318 : if I set recursion limit then this gives MLE on test 1 when ran on pypy — 64.
  • 207933634 : but same code as above gives runtime error on test 16 when ran on python — 3.

Can someone please help why this is happening and how to avoid these runtime errors while writing recursive functions in python ? Or maybe their is something wrong with my logic itself and functions are correct :|

Full text and comments »

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

By codebuster_10, history, 2 years ago, In English

Time limit for this test was 1 hour

150 points
200 points
250 points
My solution for 250 points (sorry for bad formatting)
Comments

Feel free to share your ideas/code on how to solve them.

Full text and comments »

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

By codebuster_10, history, 2 years ago, In English

In yesterday's Codeforces Round 769 (Div. 2), I was falsely accused of plagiarism where as none of the people in question have codes similar to one another.

I received the following message.

Problem C
Problem D

Submissions of all the users for Problem C.

codebuster_10
Weierstrass
Kawaii
matouzouken
Winterfrost
876pol
xiaoququsd
dimss
Kanheyalal

Submissions of all the users for Problem D.

Weierstrass
codebuster_10
876pol
Winterfrost
xiaoququsd
Kanheyalal
dimss
Kawaii
matouzouken

One can clearly see that none of the submissions in question are similar to one another. So I request MikeMirzayanov to please look into it.

Full text and comments »

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