Блог пользователя Q.E.D

Автор Q.E.D, 12 лет назад, По-английски

Hello everyone! I've been participating in CodeForces round for one year.I'm terribly fond of this platform(mostly because it has a rating system and supports Pascal,which is my most-marstered language :P) and I'd like to put forward some suggestions:

1.Users can search solutions by language on the "Final standings" page.

2.One user can choose a virtual contest and participating in it with some other users at the same time,and in a room!!This makes the virtual contest more exciting.

3.It seems that one can take part in a certain virtual contest only one time.How about add a "Clear" selection like the TopCoder practice room?
  UPD.As for the standing , only the standing of the first time virtual participation can be added in "Final standings"

4.Add a link of the corresponding contest final standings on the problemset/problem statement page.

5.A round consisting of Div.1 and Div.2 is perfect!

6.Provide a complete view of data set in the solution dialog,which will be more convenient for users(Some large input data always end up with "...").

7.Users can search blogs by key words of title or author besides tags.

8.Make an official Editorial page(from ~shafaet_du)


At last,I ask for more frequent CF rounds , 'cause I really like it!

BTW,I'll update this blog as soon as new ideas occur to me. (Why these letters are red,how to change them to black?I'm not familiar with Codeforces Markup )

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

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

You are a NOIer? Pascal've been the one I use for 3 years in the senior high school back in China. Just say hi to you :-P

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

    Yep(NOI 2010)'ve use Pascal since junior one(2006).Now,I mostly use Pascal,sometimes C++ and a little Java(for some Android APPs)

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

New markup was introduced here, but I think that red font color in blogs is bug.

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

    yes,I've reviewed the Markup introduction and my blog but found nothing , so that red font may be a bug.

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

      There is rule in CSS: div.ttypography pre, div.ttypography code { color: #800; } that change font color for all PREs red...

      But it is not possible to modify HTML actually, so there is no solution for that I guess :-(

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

      It's not a bug, it's a feature.

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

      It seems it works:

      for (int i = 0; i < n; i++) {
          printf("Works");
      }
      

      Just use main menu from the editor, we have a special syntax to highlight the code.

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

        So how to avoid automatic red fond when typing main body? btw,it seems that Codeforces User can not be displayed normally in that red fond.(as the 8th suggestion)

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

          ~~~~~
          for (int i = 0; i < n; i++) {
              printf("Works");
          }
          ~~~~~

          for (int i = 0; i < n; i++) {
               printf("Works");
          }
          
      • »
        »
        »
        »
        12 лет назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

        Aaahh, ok, I didn't realize it before (I was not so patient to hold mouse over button to show "source code" and I thought that block and inline options are for regular text). It seems that Java is rendered fine, thanks ;-)

        public static void main( String[] args ) {
            System.out.println( "Works?" );
        }
        

        But "red text color problem" is unsolved still O:-)

»
12 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
  1. Make an official Editorial page which all are demanding for years.