Hi everybody!
Okay, we've got good news and bad news. What do I start with? Okay, let's start with the bad news to finish more optimistically.
As I was removing the results of some recent vandalism acts (i.e. contribution cheating), I also accidentally removed the results of all your votes :(. I am really sorry and this situation is very unpleasant to me too. We've managed to restore most votes from the backups but the last month has been lost for good. Let me offer my deepest apologies for the incident. I've manually returned the rating to the main page posts, but the votes for other posts and commentaries of the last months have dropped to zero. To soothe the damage somehow, I can stress the popular notion that we are all here to solve problems and discuss the programming and the contribution is not nearly as important.
Yet every cloud has a silver lining: the incident has already inspired me to fix the daily backup system which had been malfunctioning ever since the infrastructure moved to the new server. By the way, the back-ups transfer every night to the VK data centre (our special thanks toVK) — so I'm not that afraid even of a nuclear bomb hitting the Saratov SU server room.
Besides, I guess it's high time we put effort into fight with spammers, bots and other vandals. The directions to work in have been voiced by the community members — we can limit the unrated members' actions, introduce captcha here and there, maybe there'll be something else.
Let me offer apologies once more, I hope I'll never ever re-live the emotions I experienced today. Just in case let me remind you that there is a beta letter in the logo not without a reason.
Now then, let me proudly present to you some small innovations.
- Direct links to the submission. They are of the following form http://codeforces.net/contest/contestId/submission/submissionId and are available though a submission pop-up window (cluck the # symbol in the title).
- We've introduced special Codeforces tags in posts/comments.
All tags possess the form [[tagName:param1,param2,...,paramN]], the square brackets are replaced by round ones in the examples below so that our innovations don't process the examples. Of course, when you use tags you should use square brackets. Now then, the details about the possible tags are as follows.
- Write ((user:handle)) to add a link to the user profile. The link gets bound to the current date so that the user has the color and rank valid at the moment of publication. For example, you can write the following in a comment "((user:Petr)) is number one in the Codeforces rating".
- Use ((contest:contestId)) to add a link to a contest. Such tag is displayed as a contest name but alternative contest is also acceptable. Try writing "I took part in the contest ((contest:115))" and also "I took part in the ((contest:115, contest))".
- A link to contest results is pasted similarly: "the results are available via link ((standings:115))" and "the results are available via the ((standings:115,link))".
- You can paste a link to problem (via the problem's code). E.g., "How to solve problem ((problem:115B))" or "how to solve ((problem:115B, this problem))".
- And at last, you can past a direct link to submission. The examples are "here's the submission link: ((submission:700734))" or "here's ((submission:700734, the problem submission link))".
Of course one should copy carefully when writing a tag as the copied HTML styles can interfere with the tag's contest. And finally, let us demonstrate some examples in action:
- Petr is number one in Codeforces rating
- Thanks to dolphinigle for Codeforces Beta Round 87 (Div. 1 Only) and Codeforces Beta Round 87 (Div. 2 Only)
- The results of the recent contest are available via this link
- 704386 — a short solution to the problem 115B - Lawnmower
That's the news for today,
MikeMirzayanov
Just one word - Thank You MikeMirzayanov
verdict is not colored in solutions . like green for accepted : 700734
It would be also nice to be able to see the whole input of a test case, now it's truncated if too long.
Transmitting all of 10^6 bytes of input may be too tedious for CodeForces server.
But what about some manual download on-demand? I miss it sometimes when my solution always fails on same input and I have no idea what's wrong.