Q.E.D's blog

By Q.E.D, 12 years ago, In English

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 )

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

»
12 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    12 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

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

    • »
      »
      »
      12 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      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 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

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

    • »
      »
      »
      12 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      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 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        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 years ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

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

          for (int i = 0; i < n; i++) {
               printf("Works");
          }
          
      • »
        »
        »
        »
        12 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        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 years ago, # |
  Vote: I like it 0 Vote: I do not like it
  1. Make an official Editorial page which all are demanding for years.
  • »
    »
    12 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    thank you!I've add this to my blog!(the 8th)