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

Автор adityagamer, история, 4 года назад, По-английски

I see people frequently criticizing the problems which is implementation heavy or requires too much mathematical equation. I feel all the problems are good.

I want to others opinion on what is a good problem. So what are qualities of a good problem according to you?

Полный текст и комментарии »

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

Автор adityagamer, история, 4 года назад, По-английски

What is your favorite codeforces community moment? Here are my top 2 favorites:

Полный текст и комментарии »

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

Автор adityagamer, история, 4 года назад, По-английски

Hi MikeMirzayanov

I have been recently experiencing a few bugs:

  1. Around 30-40% of times when I click right click on submit button and select open in new tab, The problem ID is not automatically filled. This being too often while solving from problem set is sometimes frustrating.

  2. (It is recently happening in all ongoing contest) I opened dashboard, solved problems on different tab. I refresh the dashboard tab after some minutes and I get "?f0a28=2" this added in the URL. I refresh after sometime again. I get "?f0a28=x", x is the times I refreshed. After around x=4, I get error 403. The problem gets fixed when I remove "?f0a28=x" from URL and enter again.

Thanks.

Полный текст и комментарии »

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

Автор adityagamer, история, 4 года назад, По-английски

Debugging interactive problem is very hard for inexperienced and new programmers.

I have seen google code jam providing the interactive program when they ask interactive problem which helps in debugging the program locally.

Also, giving the interactive program will neither spoil any answer nor it will take any extra effort, as you would have already written it.

Don't you think this will improve the experience of users?

Полный текст и комментарии »

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

Автор adityagamer, 4 года назад, По-английски

This is my solution: Solution(Not visible) Check my code below

For question : Question

It is giving TLE on Test 3.

My code

My solution is in O(t.log(p)).

Полный текст и комментарии »

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

Автор adityagamer, 4 года назад, По-английски

Codeforces does not have a feature to view available blogs.

If you want to view a list of codeforces blogs, you have to manually randomly try some blogid. I have written a python script which returns you id and name of blog in range of blog ids.

It is very simple script but it is very useful.

https://github.com/adityagamer786/Codeforces-blogs

Полный текст и комментарии »

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