Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

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

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

I started using TopCoder Web Arena to upsolve older SRMs, since moving to a new practice room takes too long while using Java Applet (could be my Internet issue).

Here's the problem. Large integers (about $$$10^{16}$$$) can't be shown correctly in the Web Arena.

Example:

And as you can see, the verdict shows N/A instead of Correct or Wrong Answer. It's very weird.

Be aware of this hmehta.

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

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +26 Проголосовать: не нравится

Sorry for asking here but, how do you even use the Web Arena? I wanted to give TopCoder a try but when I click practice problems it says 'Failed to get practice problem: cannot connect to server', so I assumed nobody could use it, but now I see this post...

Edit: This blog appears at least for me when I Google search 'topcoder web arena cannot connect to server' so I believe someone may end up here with this problem. I found the problem by accident. I created a new account and it worked. The previous one was linked with Github, so if anyone has this problem and the account is linked with Google or Github, just create a Topcoder account and it should work.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

"moving to a new practice room takes too long while using Java Applet" This also happened with me. I waited almost 1 hour for moving into a pratice room once.

I solve older SRM's by creating contest ownself in Vjudge. The problem number for creating contest in Vjudge can be found from here:

https://www.topcoder.com/tc?module=ProblemArchive

Click in a problem and you will find the number from the link of the problem. You can also find specific SRM's by searching google normally.

This long process is painful sometimes but Topcoder's problems are good :)

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +1 Проголосовать: не нравится

    You can also search for the problem title (main class name of solution in TopCoder) to find the specific problem.

    Well you can't see system test details in vjudge.

  • »
    »
    3 года назад, # ^ |
    Rev. 3   Проголосовать: нравится +10 Проголосовать: не нравится

    You can also find specific SRM's by searching google normally.

    Also you can use clist.by to search for а topcoder problem by name or to search for a specific competition.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +1 Проголосовать: не нравится
    "moving to a new practice room takes too long while using Java Applet" This also happened with me. I waited almost 1 hour for moving into a pratice room once.

    Usually I just wait ~$$$10$$$ mins, and if it still hasn't moved me by then, I just restart the applet and then it moves me like almost instantaneously, pretty weird.