DECEMBER 2004 CONTEST RESULTS

These are the final results of the USACO DECMEBER 2004 programming
contest.  The next contest is the USACO JANUARY 2005 contest to be
held 14-17 January.

Our goal in these contests is to cultivate interest in computer
programming among pre-college students and recognize those who are
outstanding performers.

This contest had 634 competitors and 209 observers, a total of 843
legal entrants:

             GOLD           SILVER          BRONZE            TOTAL
          Comp's Obsvrs  Comp's Obsvrs  Comp's Obsvrs  Comp's Obsvrs Entries
DEC 2003   284     76     141     24       0      0     301    228     529
JAN 2004   313     69     153     31     108     38     574    138     712
FEB 2004   236     45     174     36      69     23     479    104     583
MAR 2004   207     42     194     41      91     17     492    100     592
NOV 2004   657    205     ---     --      --     --     657    205     862
DEC 2004   163     54     132     25     339    127     634    209     843

An additional 84  contestants were disqualified for cheating. All
of them have been banned for life.

If you entered and don't see your result, you were disqualified for
cheating and have received email as to why.

The 840 contestants and observers who had at least some sort of
solution to some problem (potentially incorrect) came from these
62 countries:

 1 ALB   12 BLR   1 CZE  18 GEO   2 ISR   2 MEX   1 SAU    2 TWN
 9 ARG    1 BRA  14 DEU   3 GRC   4 ITA   1 MLT   5 SGP   10 UKR
 3 ARM   45 CAN   7 EGY   1 HKG  12 KAZ   2 MNG   8 SVK  203 USA
 5 AUS    2 CHE   2 ESP  19 HRV   4 KOR   3 NED   3 SWE   19 VNM
 1 AUT    1 CHL   3 EST  16 IDN   3 LKA   1 NOR   4 SYR   10 YUG
 2 AZE  100 CHN   1 FIN  13 IND   5 LTU  64 POL   3 TKM    2 ZAF
17 BGD    3 COL  11 FRA   1 IRL  10 MAC  56 ROM   1 TTO
45 BGR    1 CUB   2 GBR  23 IRN   4 MDA  11 RUS   2 TUN

The grading system accepted 1.93GB of text (mostly programs but the
occasional binary) and compiled a total of 10,837 submissions.
Here's a summary of how the final graded submissions looked (including
observers):

         Program  Subs    C      Pascal    Java
GOLD
        obstacle  197  132/67%   54/27%   11/ 6%
          divide  169  113/67%   46/27%   10/ 6%
         skiarea  164  109/66%   45/27%   10/ 6%
SILVER
        cleaning  147   76/52%   44/30%   27/18%
        cowtract  137   70/51%   43/31%   24/18%
         treecut  124   60/48%   42/34%   22/18%
BRONZE
             mpy  442  196/44%  173/39%   73/17%
           xword  358  169/47%  144/40%   45/13%
           scino  290  130/45%  109/38%   51/18%
           money  249  116/47%   97/39%   36/14%

Look at the increase in Java submissions! There might be a problem
with Java using excessive memory for its stack; we hope to resolve
that by the next contest.

Mechanically, the contest ran perfectly through its four days: no
power failures, no network outages, no daemon failures, etc. After
the contest, grading was complicated by ambiguities in the problem
statements.  At least three problems were graded with multiple sets
of correct answers, depending on how a problem was interpreted.

I think JAVA reports still misreport why some programs terminated.
The timings for JAVA are reported just as for C, though JAVA runs
slower, so all JAVA times are actually divided by 5.

Test data is available at http://ace.delos.com/DEC04.htm .

### GOLD Division ######################################################

The invitation system is working quite well.  I think it makes the
contest dramatically more competitive, since the old sort of
read-on-one-signon then compete-on-another-signon cheating was
reduced.  Of course, people still copy programs and are surprised
when we catch them.  Don't do that!

Fully 59 competitors read the GOLD or SILVER problems and did not
submit solutions.  They have been invited to the BRONZE contest.

The GOLD contest was extremely competitive. The 'obstacle' problem
turned out to be slightly easier than the other two, probably because
of the ambiguity in the problem statement.

         points weight  1  2  3  4  5  6  7  8  9  a  b  c
     -----------------------------------------------------
     divide:  93 348.8  0  7  7  8  8  9 11 13 15 15
   obstacle:  95 277.2  0  6  6  6  7  8  9  8 15 10 10 10
    skiarea:  97 374.0  0 12 11  8  9 12 15 15 15

Test case 1 does not get credit.  That's because people submit
programs that print the answer for the first case and then just
guess on the rest.  That's silly. So, since we tell the answer for
the first test case, it's just the 'qualifier' to get the program
accepted for grading.

In a continuation of the new trend, the number of GOLD division
participants was dominated by the seniors with junior following up
closely behind, and progressively fewer younger participants. The
distribution continues to tgrend this way, with ever fewer younger
competitors (82% 2005/2006 vs. 72% last March):

  Distribution by grade:
    Grde  #  Percent
    2005  69 (42.3%) ********************************
    2006  65 (39.9%) ******************************
    2007  17 (10.4%) ********
    2008   8 ( 4.9%) ***
    2009   4 ( 2.5%) *

The score distribution was, as always, interesting. This time we
see a bell-curvie with just a couple interruptions near 575 and 75
points.

===== Distribution of scores =====
951..1000  1  *
901.. 950  2  **
851.. 900  4  ****  
801.. 850  4  ****
751.. 800  6  ******
701.. 750  6  ******
651.. 700  6  ******
601.. 650  6  ******
551.. 600 11  ***********
501.. 550  8  ********
451.. 500 10  **********
401.. 450 10  **********
351.. 400 12  ************
301.. 350 15  ***************
251.. 300 16  ****************
201.. 250 13  *************
151.. 200 10  **********
101.. 150  7  *******
 51.. 100 12  ************
  1..  50  3  ***
  0..   0  1  *

Of course, the curve is very much affected by the scoring algorithm
usec by USACO.  The IOI scoring algorithm would probably show
quite different results.

Don't forget: We love difficult (but legal) test data sent in by
competitors.  We almost always trim out the test data so that test
cases really do reflect some new dimension of the solution.  We do
this by removing those test cases with high correlations with other
test cases.

Here are the top seven competitors from the GOLD division, all those
above 850 points.  You'll recognize many of their names as high
scorers in previous contests and the IOI. Young John Pardon slipped
into this elite group otherwise dominated by those in their last
two years of high school:

         1  2006 POL Filip Wolski        970
         2  2007 USA John Pardon         927
         3  2006 CHN Maigo Akisame       915
         4  2005 USA Eric Ma             896
         5  2005 UKR Yura Znovyak        884
         6  2005 IRN Hassan Nikaein      858\
         6  2005 MDA Dumitru Ciubatii    858/

The country breakdown of these elite competitors includes 2 from
USA and 1 each from CHN, IRN, MDA, POL, and UKR.

Congratulations to these tough competitors!

## SILVER Division #####################################################

In the SILVER Division, ten competitors bested 900 points, including
two perfect scores:

         1 2005 IRN Mahdi Safarnejad    1000\
         1 2007 CHN Wang Jingjing       1000/
         3 2006 POL Piotr Jastrzebski    979
         4 2007 CHN Lu Jun               955
         5 2005 CHN Zhan Su              945
         6 2007 SGP Foo Chuan Yu         932\
         6 2007 USA Dan Li               932 \
         6 2005 BGR Nickolay Tomitov     932 / 
         6 2007 BGD Sabbir Yousuf        932/
        10 2005 BGR Vasil Lyutskanov     910

The breakdown includes 3 from CHN, 2 from BGR, and 1 each from BGD,
IRN, POL, SGP, and USA.

Everyone who scored 850 points or more in this contest has been
invited to the GOLD division for January.

The 'cowtract' problem was hardest (with four challenging test
cases), with treecut following closely behind:

         points weight  1  2  3  4  5  6  7  8  9  a  b  c  d  e
     -----------------------------------------------------------
   cleaning:  97 288.9  0  5  6  6  7  7  7  6  7  9  6  8 11 12
   cowtract:  98 367.4  0  7 12 12 15  9 10  9 10 14
    treecut:  76 343.6  0  9  8  8  9 14 13 15

The contest's distribution was closer to linear than anything else,
which is just fine.

===== Distribution of scores =====
951..1000  4  ****
901.. 950  6  ******
851.. 900  5  *****
801.. 850  3  ***
751.. 800  7  *******
701.. 750  6  ******
651.. 700  8  ********
601.. 650  5  *****
551.. 600  3  ***
501.. 550  9  *********
451.. 500  8  ********
401.. 450 11  ***********
351.. 400  7  *******
301.. 350 10  **********
251.. 300  8  ********
201.. 250  6  ******
151.. 200  9  *********
101.. 150  6  ******
 51.. 100  8  ********
  1..  50  3  ***
  0..   0  0  

## BRONZE Division #####################################################

The still shiny and new BRONZE division had problems that turned out
to be easier than hoped this time.

In the BRONZE Division, fourteen competitors earned at least 950
points with four perfect scores.

         1 2007 CHN Mingcheng Chen      1000\
         1 2006 POL Ela Dlutowska       1000 \
         1 2007 USA Sherry Gong         1000 /
         1 2006 CHN zhou yuan           1000/
         5 2005 RUS Igor Tuphanov        976
         6 2007 CHN Dong Pei             973
         7 2007 CAN Boris Braverman      955\
         7 2006 POL Andrzej Grzywocz     955 \
         7 2005 USA Mark Levine          955  \
         7 2006 USA Claudiu Saftoiu      955   >
         7 2007 POL Tomasz Marmolowski   955  /
         7 2007 YUG Vladislav Guberini   955 /
         7 2006 BGD Zaheed Sabur         955/
        14 2007 USA Justin Hsu           953

The 'money' problem was intended to weed out those who would move
to the SILVER division but, unfortunately, the limits were way too
low to do that.  I will read the solutions and invite some to the
SILVER division.  Some people might get an 'extra' challenge in email
that will enable them to 'move up'.

The distribution of ages (levels in school) of the winners reflects
that this contest drew many younger programmers:
        7 2007  -- sophomores
        5 2006  -- juniors
        2 2005  -- seniors

The overall distribution by grade went like this, with juniors
again dominating the scene:
    Grde   #  Percent
    2005  77 (22.7%) *****************
    2006 116 (34.2%) **************************
    2007   1 ( 0.3%)
    2007  92 (27.1%) ********************
    2008  32 ( 9.4%) *******
    2009  14 ( 4.1%) ***
    2010   7 ( 2.1%) *

The 'scino' and 'money' problems was about twice as hard as 'mpy'
and 'xword'.  Some truly elegant solutions were submitted for both
of them, with a huge number of competitors submitting virtually
identical 'xword' solutions (including me).  I'll try for more
challenging problems in the next contest.

         points weight  1  2  3  4  5  6  7  8  9  a  b
     --------------------------------------------------
        mpy:  90 141.4  0 10  9  8  8  8 13 13 13  8
      xword:  97 166.5  0 10 10 10 11 11 11 11 11 12
      scino:  98 292.9  0  8  7  7  9  9 12  8 11 12 15
      money:  94 399.1  0  8  9 10 10 10 10 11 13 13

############################## GENERAL ###################################

## About the USACO Internet Programming Contests

These contests (the GOLD division in particular) are just incredibly
hard.

Winners must master not only algorithmic techniques like dynamic
programming but also the ability to write bug-free code quickly.
This requires practice and skill.  Don't despair if you didn't get
a perfect score this time -- it is hard!

Furthermore, the scoring mechanism is set up so that a huge percentage
of finishers scores in the 0..500 range -- different from many
contests where everyone finishes in the 800..1000 range and the
0..800 range is empty.  If we don't do this, we can't distinguish
among the top competitors.

## Want to Learn More?

Check out the USACO training pages at http://ace.delos.com/usacogate
.  They provide practice challenges that can help you move up in
the rankings.

## How the Scoring Works

The score results are shown below.  I used a program to determine
how much each problem was worth and how much each test case was
worth.  Basically, it counts how many people got test cases and
problems wrong and uses that to estimate a difficulty and choose a
weight.

Each problem has a certain number of test cases along with a "weight"
that tells how many of the 1,000 points come from that program.
The test cases are also weighted; here is an example:

            points weight 1  2  3  4  5  6
            ------------------------------
      probname: 39 396.6  6  5  6  5  6 11

If you score full marks on cases 1, 2, 3, and 4, you'd have 6+5+6+5=22
out of 39 points for this problem and you receive:

                22/39 * 396.6 = 223.7

total points out of 396.6 possible.  The sum of each problem's
points is your total score.

## Closing (Thanks and Solicitation)

Thanks to the USACO coaches who helped bring this contest together.
Special thinks to our translators.

USACO accepts -- and uses -- problem submissions from anyone!  You
have a real leg up in the contest if we use your problem.  Feel
free to send programming tasks to me.  We now have a staff of 20
coaches and assistant coaches who vet the problems and create
prototype solutions.  This enables us to have many contests throughout
the year with at least some level of predictable quality.

   ====================================================================
          ((__))       Rob Kolstad                   USACO Head Coach
           (00)         kolstad@sage.org              +1 719-481-6542
     -nn--(o__o)--nn-    http://www.usaco.org    Colorado Springs, CO
   ====================================================================

#################################################################################################
                         2005 DECEMBER CONTEST RESULTS: GOLD DIVISION
#################################################################################################

========================= Test Case Weights ========================

         points weight  1  2  3  4  5  6  7  8  9  a  b  c
     -----------------------------------------------------
     divide:  93 348.8  0  7  7  8  8  9 11 13 15 15
   obstacle:  95 277.2  0  6  6  6  7  8  9  8 15 10 10 10
    skiarea:  97 374.0  0 12 11  8  9 12 15 15 15

Total score = sum of earned_prob_points[i]/possible_points[i]*weight[i]

============================ Scoring Legend ============================

* = correct    t = time exceeded  0-9 = 0%-90%      e = bad exit status
x = wrong      s = bad signal     .   = no entry

GRAD CTR Name............... ID........ --- divide --- --- obstacle ---- -- skiarea -- TOTAL
--------------------------------------------------------------------------------------------
2006 POL Filip Wolski        filipek1   ***x* ***** 85 ***** ***** ** 95 ***** **** 97  970
2007 USA John Pardon         wlpar1     ***** ***** 93 ***** ***t* t* 70 ***** **** 97  927
2006 CHN Maigo Akisame       maigoak1   ***** ***x* 78 ***** ****t ** 85 ***** **** 97  915
2005 USA Eric Ma             ericma1001 ***** ***** 93 ***** ***** ** 95 *x*** **x* 70  896
2005 UKR Yura Znovyak        verba1     ***** ***** 93 ***** ***** ** 95 ***** **tt 67  884
2005 IRN Hassan Nikaein      h_nikaein1 ***** ***xx 63 ***** ***** *t 85 ***** **** 97  858
2005 MDA Dumitru Ciubatii    workusm1   ***** ***tt 63 ***** ***** *t 85 ***** **** 97  858
2007 BGR Rostislav Rumenov   rostisl001 ***** ***** 93 ***** *x*x* ** 71 ***x* ***t 74  841
2005 CAN Aidin Kashigar      aidin_k1   ***** ***tt 63 ***** ***** ** 95 ***** ***t 82  830
2008 CHN Yang Yi             ahyangy4   ***x* ***** 85 ***** ****t ** 85 ***** **xx 67  825
2006 USA Richard Ho          neverfo1   ***** *t*x* 67 ****t ***t* t* 63 ***** **** 97  809
2006 USA George Boxer        gboxer11   ***** ***x* 78 ***** xxxxx ** 45 ***** **** 97  798
2006 ROM Vladu Adrian        azotlic1   ***** ***** 93 ***** *x*** *x 76 *x*** **te 55  783
2005 USA Eric Price          eprice001  ***** ***** 93 ***** ***xx *x 60 ***** **st 67  782
2005 ROM Stancu-Mara Sorin   smsorin001 **xx* **ttx 35 ***** ***** ** 95 ***** **** 97  782
2005 CHN Jim Yang            seek_ji1   ***** ***xx 63 ***** ***** ** 95 ***** **st 67  772
2005 USA Alex Schwendner     alex002    ***** **ttt 50 ***** ****t ** 85 ***** **s* 82  752
2006 CHN Haoyan Geng         geng_hy1   ***x* ***** 85 *xxxx *x*x* x* 36 ***** ***t 82  740
2005 YUG Alexandar Ilic      milovan001 *x*** xxxxx 23 ***** ***** ** 95 ***** **** 97  737
2005 USA Thomas Belulovich   thobel1    ***x* ***tt 55 ***** ***t* t* 70 ***** ***t 82  727
2006 IDN Derianto Kusuma     arkk1      ***** ***** 93 *xxxx xxxtx tt  0 ***** **** 97  723
2006 ROM Andrei-Marius Teodo andreit1   ***** ***tt 63 ***** ***t* t* 70 *x*** **t* 70  710
2007 USA Richard McCutchen   hashpro1   ***** ***tt 63 ***** *x*x* ** 71 ***** **st 67  702
2006 CAN Richard Peng        peng_ri1   ***** ***tt 63 ***** ***t* t* 70 ***** *x*s 67  699
2005 POL Kuba Lacki          kubalacki1 ***** ***tt 63 ***** ***tt tt 50 ***** ***t 82  698
2006 CHN Jia You             jiayou51   **x** *xxtt 32 ***** ***t* tt 60 ***** **** 97  669
2006 GEO Zviad Metreveli     zico001    ***** *tttt 39 ***** ***t* t* 70 ***** ***t 82  667
2006 DEU Erik Panzer         panzere1   ****x xxxx* 37 ***** **ttt *t 52 ***** **** 97  664
2005 SVK Jakub Zavodny       kubus001   ***** ***** 93 ***** ***** *t 85 *sx** xxxx 17  662
2005 DEU Karl Bringmann      karl-br1   ****x xxxt* 37 ***** xx*x* ** 63 ***** **t* 82  639
2006 CHN Yu Xin              yuxin202   **x*x xxxx* 30 ***** ***t* t* 70 ***** ***t 82  633
2005 TUN Karim Jouini        karim_jou1 ***** ***tt 63 ***** *t*t* *t 61 *x*** **xt 55  626
2005 USA Michael Druker      paradox001 ***** ***** 93 ***** ***** ** 95 ..... ....  0  626
2006 CHN Zhu Chenguang       05         ***** ***** 93 ***** **ttt t* 52 *s*** xxtt 28  609
2005 DEU Thomas Fersch       thomas.4   ***** ***** 93 ***** ***tt tt 50 **x** xxss 29  607
2007 CHN RuiZhang Jin        johnjin1   **xxx xx*tt 20 ***** *x*t* tx 51 ***** **** 97  598
2006 DEU Benjamin Berger     benjami2   ***** **tss 50 ***** ***tt tt 50 ***** **ss 67  592
2009 HRV Goran Zuzic         goran.z1   ***** ***tt 63 ***** ***** *t 85 *x*** xttt 28  592
2005 POL Daniel Czajka       kedaizd1   ***** ***tt 63 ***** *etes ss 33 ***** **tt 67  591
2005 GBR Mark Thompson       marktho1   ***** ***tt 63 ***** ***** ** 95 *xx** xxtt 17  579
2007 SWE Chen Xing           minikak3   ***** ***tt 63 ***** ***** ** 95 *xx** xxtt 17  579
2008 CHN Zhou Dong           zzzzzdddd1 ***** ***tt 63 ****t ***t* t* 63 **x** *xtt 41  578
2005 IRL Martin Orr          martin002  *s*** sssss 23 ***** ***t* tt 60 ***** **s* 82  577
2005 DEU Felix Arends        felix.are1 ***** ***tt 63 ****x tttxt *t 28 ***** *x*x 67  576
2005 CHL Velin Alexandrov    velin_a1   ***** ***tt 63 ****t ***t* t* 63 **x*x xx*x 35  555
2006 ARM Vahe Musoyan        mlvahe1    ***** ***tt 63 ***** ttt*t *t 50 **x** xx*x 44  552
2005 USA Eric Stansifer      stansifr1  ***** ***xt 63 ***** xxxxx *t 35 *x*** **ss 55  550
2005 BGR Nikola Borisof      nikola_1   ***** **ttt 50 ***** ***** ** 95 **x*x xxtt 20  542
2006 CHN Wenbin Tang         bamboo22   **x** *xxx* 47 ***** ****t ** 85 *xx** *xst 29  536
2005 ISR Yonatan Komornik    yonatanko1 ****x xx*** 65 ..... ..... ..  0 *x*** **x* 70  514
2007 USA Peiyu Wang          jwang_7741 ***** ***tt 63 ***** ***** ** 95 ..... ....  0  513
2006 CHN Xue Chen            chenxue2   ***** *xxxt 39 ***** ttttt *t 35 ***** **ee 67  507
2005 CHN shen zhen           iamtima1   ..... .....  0 ***** ***** *t 85 ***** **ss 67  506
2005 RUS Alexandra Zykova    azykova1   *sxx* sssss  8 ***** ***t* t* 70 *x*** **x* 70  504
2005 USA Fedor Manin         fedya1     ***x* *t*x* 59 ***** xx*x* ** 63 ***tx tttt 23  494
2005 ROM Fechete Dan Ionut   f_d_a_n3   ****x xxxtt 22 ***** **s*s s* 67 *x*** **tt 55  490
2005 BGR Boris Daskalov      lostsoul1  **xxx xxxtt  7 ***** ***** *t 85 *x*** **xx 55  486
2006 USA Nicholas Zehender   dnz1       ***** **tst 50 ***** ttttt ** 45 ****x *xst 43  485
2006 BGR Momchil Ivanov      dodo2      **xx* ***tt 48 ***xx xxxxx ** 32 *x*** **tt 55  485
2009 RUS Lev Nhikolaievich K pure_1     *x*** xxxxx 23 ***** *x*** *x 76 **x** xx*t 44  478
2006 POL Adam Gawarkiewicz   adam1811   ***** ***tt 63 ****t *t*t* tt 44 **x** xxtt 29  476
2005 USA Anthony Kim         tonyeki001 ..... .....  0 ***** ***t* t* 70 ***** **st 67  463
2005 USA Robert Cordwell     hilbert1   ..... .....  0 ***** ***ts tt 50 ***** **s* 82  462
2006 USA Ameya Velingker     avinash001 ..... .....  0 ***** ***** *t 85 *x*** **st 55  460
2007 USA Zarathustra Brady   ze88y1     ***** **ttt 50 ***** ***t* t* 70 *xxxx xx*x 15  450
2006 USA Hooyoung Chung      pixor10001 ***** ***** 93 ***** xx*xx tt 33 *xxxx xxxx  0  445
2005 HRV Davor Sutic         davor_s1   **xx* ***tt 48 ****t *x*t* t* 54 **xxx xx*x 27  442
2005 YUG Igor Kabiljo        ekabilj1   **xx* **ttt 35 ****s sssss ss 18 ***** *x*t 67  442
2005 YUG Relja Arandjelovic  relja1     ***** ***tt 63 ***** ***t* tt 60 *xx*x xxtt  8  442
2006 ROM Pasaila Daniel      danielp1   ***** **sss 50 ***** ****t ** 85 ..... ....  0  436
2006 HRV Tomislav Grbin      tgrbin1    ..... .....  0 ***** ***** ** 95 *x*** *ttt 40  431
2006 VNM Viet Anh Nguyen Dan lugia101   *x*** xxttt 23 ***** ***** ** 95 *xx** xxtt 17  429
2008 DEU Ludwig Schmidt      ludosch1   ***** ***tt 63 ***** ***t* tt 60 ..... ....  0  411
2006 ROM Paul Diac           diac_pa1   ***** ***tt 63 *ssss sssxs xx  0 **x** xx*x 44  406
2007 LKA Chethiya Abeysinghe chethiy2   ***** *xxtt 39 *xxxx xxxtx t* 10 ****x *x*x 58  399
2005 USA Michael Forbes      felinem001 ***xx xx*tt 27 ****t ***t* t* 63 **x** xxst 29  397
2006 USA Kevin Modzelewski   kevin_m1   ***** **xt* 65 *xxxx ttttt *t 10 *x**x *xtt 31  393
2005 MDA Jucovschi Constanti jucovsc1   ***** **ttt 50 ***** **ttt t* 52 **xxx xxtt 12  386
2006 MDA Simion Filip        l1nk1      ***x* **xtt 42 ***** **t*t ** 77 ..... ....  0  382
2007 CHN Chen Kaifei         thecat91   ***x* ***tt 55 *xxxx ttttt tt  0 **x** xx*t 44  376
2006 USA Marcello Herreshoff marcell1   ***** ***ts 63 ***** xtxxx ** 45 ..... ....  0  368
2007 CHN Mingcheng Chen      cmc_hop2   *x**x xxttt 15 ***** ***t* t* 70 **xxx xx*x 27  365
2006 YUG Stevan Joncic       rajkoj1    **xx* ***tt 48 ****t ***t* t* 63 ..... ....  0  364
2005 VNM Trung Phan          delphi73   **x*x xxxx* 30 **xx* ***** ** 83 ..... ....  0  355
2008 CHN Fang Gong           jsnjgf21   ***** *eeet 39 ***** *x*x* *x 61 *xx*x xxtt  8  355
2008 BLR Rudol Dmitry        masterz1   *xxxx xxxxx  0 ***xx xxxxx ** 32 ***** **tt 67  352
2006 USA Yi Sun              yisun771   ***** ***tt 63 **xx* ttt*t *t 38 *xxxx xxxx  0  347
2006 SVK Daniel Bundala      dbk1       ***** **ttt 50 *xxxx xxxxx xx  0 ***** xxtt 40  342
2005 FRA Mehdi Bouaziz       mehdi_w1   ***x* sssss 22 *xxtt ttttt tt  0 ***** **st 67  341
2005 IDN Andrian Kurniady    andrian1   *x*xx xxxxx  7 ***** ttttt *t 35 *x*** **xt 55  340
2006 FRA David Waszek        davidwasz1 *x**x xxxxx 15 ***** ***** ** 95 ..... ....  0  333
2006 IND Harpreet Singh      happysi1   ***** **ttt 50 ***** ttt*t *t 50 ..... ....  0  333
2005 USA Alexander Mont      almont1    ***** *xxxx 39 ***** ***t* tt 60 ..... ....  0  321
2006 BGR Orlin Kolev         orlin_k1   *x*xx xxxxx  7 ***** t*t*t *t 59 *x**t *ttt 31  318
2006 USA Justin Solomon      justso11   *x*** xxttt 23 ****t ttttt tt 18 ****t tt*t 46  316
2005 UKR Andriy Grynenko     glukk1     *xx*x xxxxx  8 ***** *tt*t *t 58 *x*** xxtt 28  307
2006 ROM Pasoi Mircea        mircea_1   *xx*x xxxxx  8 ***** ***** ** 95 ..... ....  0  307
2006 ZAF Ralf Kistner        ralf1      ..... .....  0 ***ee eeeee ee 12 *x*** **s* 70  305
2006 IRN Sina Sadeghian      sinasma1   *xxxx xtxtx  0 *x**x xxxtx tt 12 *x*** **x* 70  305
2007 GEO Dato Tvaltchrelidze gam_zaza6  *x**x xxxxx 15 ***** ***** *t 85 ..... ....  0  304
2005 POL Adam Syta           daroon1    **xx* *xxtt 24 *xxxx xxttt tt  0 *x*** **ss 55  302
2006 ROM Adrian Diaconu      adriand1   ****x xxxxt 22 *x**x xxxxx x* 22 *s*** *ttt 40  301
2005 USA Xiaoke Li           mikeman1   ****x xttss 22 ***** ttttt *t 35 **x** xxsx 29  296
2006 USA Jake Snell          charles5   ***** tt*ts 43 *x*xx eeeee te  6 **x** xxst 29  291
2006 USA Men Young Lee       profmenyo1 ***** **sss 50 ***** ttttt *t 35 ..... ....  0  290
2005 USA Nathaniel Bauernfei nate.baue1 ..... .....  0 ***** t*t*t *t 59 **x** xxtt 29  284
2006 CHN Zhou Jinlong        abc97031   ***xx *xxxx 23 *xxxx xxxxx ** 20 **x*x xx*x 35  280
2005 LKA Sandaruwan Gunathil sandaru1   *tttt tttte  0 ***** ***** ** 95 ..... ....  0  277
2005 USA Ben Joeris          oveja-c1   ..... .....  0 *x**x xexee x* 22 *x*** **tt 55  276
2006 CHN Fu Hao              fuhao_b3   **xxx xxxxx  7 ***** ***** *t 85 ..... ....  0  274
2005 USA Choketsu Uga        chouga1    ..... .....  0 ***** ***t* t* 70 *xx** xxtt 17  270
2008 CHN Yu Hang             cosechy1   ..... .....  0 ..... ..... ..  0 *x*** **x* 70  270
2007 USA Thomas Morgan       agentmaxw1 *ss** sssss 16 ****e eeeee ee 18 *x*** *xss 40  267
2006 CHN Tianjiao Zhang      cathy_z1   ***** ***tt 63 *xxxx xxxxx xx  0 *xx*t xxtt  8  267
2005 ROM Popa Alexandru      alexpop1   *xxxx xxxxx  0 ****s sssss ss 18 *x*** **tt 55  265
2005 BGR Nikolay Valtchanov  lorddra1   ..... .....  0 ..... ..... ..  0 ***** **st 67  258
2005 FRA Elie Rotenberg      jake.dr1   ***** **tts 50 *x**x xxxxx x* 22 *xxxx xxxx  0  252
2005 CHN Dian Yin            freeman1   ****x xx*** 65 ..... ..... ..  0 ..... ....  0  244
2008 CHN Yucheng Zhang       zhangyu3   ..... .....  0 ***** **ttt tx 42 *x**x *xxx 31  242
2005 ARM Vahe Gulyan         vgulyan1   ***xx xxxxt 14 ****t ***t* t* 63 ..... ....  0  236
2006 GEO Giorgi Lekveishvili giolekv2   ..... .....  0 ***** ***t* t* 70 *sx*x xxsx  8  235
2005 CHN Zuyang Dai          daizuyang1 ****x *exxt 31 *xxxx xx*x* xx 18 *xx** xxxt 17  234
2006 HRV Igor Bonaci         ibonaci1   *x*x* xxxtt 15 ***s* **e*e *e 61 ..... ....  0  234
2007 MAC Nam Lei             y1989m51   ..... .....  0 ***** ***t* ** 80 ..... ....  0  233
2006 ROM Giurgea Mihnea      skipy1     ..... .....  0 ***** ****s *s 75 ..... ....  0  219
2006 USA Yu Xiang            xiangyu1   ***** **ttt 50 *xxxx xxxxx xx  0 *xx*x xxtt  8  218
2005 SVK Michal Burger       bus1       ****x xxxx* 37 ..... ..... ..  0 *xx** xxxx 17  204
2006 ROM Catalin Tiseanu     ctisean1   *xxxx xxxxx  0 ***** ***t* t* 70 ..... ....  0  204
2005 BGR Ivo Ivanov          ivailob1   ..... .....  0 ***** ***t* t* 70 ..... ....  0  204
2006 ROM Bogdan Raducanu     lord_bo1   ..... .....  0 ***** ***t* t* 70 ..... ....  0  204
2006 AUT Martin Jörg         martin_1   ..... .....  0 ..... ..... ..  0 ***** *sss 52  200
2007 CHN Andy Ma             mchandy1   ***** **ttt 50 *xxxx xxxxx xx  0 *txxt ttte  0  188
2005 FRA Vincent GARNY       nygar1201  ***** **ttt 50 *xxtt ttttt tt  0 ..... ....  0  188
2005 AUS Ramana Kumar        ramana.1   **xxx xx**s 35 ****t ttttt tt 18 ..... ....  0  184
2006 HRV Marko Ivankovic     marko.i1   *x*xx xxxxx  7 ****t ***t* tt 53 ..... ....  0  181
2006 IND Kshitij Bansal      kbusaco881 ..... .....  0 ***** *x*t* tx 51 *xx*x xxtt  8  180
2006 USA Sam Gross           samgros1   ..... .....  0 ***** *x*x* *t 61 ..... ....  0  178
2005 BGR Stefan Fidanov      fidanov1   ..... .....  0 ***** t*x*x *x 59 ..... ....  0  172
2006 CHN Zhang Jinjing       tbtbtb91   *xxxx xxxxx  0 ****t ttttt tt 18 *x**x *xee 31  172
2005 CAN Elaine Wong         elaine_1   *xxxx xxxxx  0 *xxxx xxxxx xt  0 **x** xx*x 44  170
2009 KOR Minsub Sim          sms51742   *x*xx xxxxx  7 ..... ..... ..  0 *xx** xx*x 32  150
2006 ISR Sarel Cohen         ziv771     **xx* *xx*x 39 ..... ..... ..  0 ..... ....  0  146
2009 POL Mirek Ikslachim     sometwo1   *ex** eeeee 16 *xxxx xxxxx xx  0 **xx* xxtt 21  141
2005 VNM Phuc Nguyen         phucdep1   ..... .....  0 *xxxe eeeee ee  0 **x*x xx*t 35  135
2006 VNM Khoa Dang           khoaptn1   ..... .....  0 ***** ttttt ** 45 ..... ....  0  131
2005 VNM Hong Anh Khoa       honganh1   ****x xxxtt 22 *xxtt ttttt tt  0 **xxx xxet 12  129
2005 POL Karol Kurach        karol1     ..... .....  0 *xttt ttttt tt  0 ****x ssss 31  120
2005 RUS Sergei Shteiner     shteyne1   ..... .....  0 ****t ttttt tt 18 **xxx xxet 12   99
2005 POL Waldek Jarosik      wj1        **x*x *xxtt 24 *xxxx xxxxx xx  0 ..... ....  0   90
2005 USA Abhi Gulati         agulati1   *x*** xxxtt 23 ..... ..... ..  0 ..... ....  0   86
2006 CHN Murphy Shang        murphy1    ..... .....  0 *xxxx xxxxx x* 10 **xxx xxxx 12   75
2006 CHN Ou Chen             occean_1   ..... .....  0 ***** xtxtt tx 25 ..... ....  0   73
2006 USA John Silberholz     josilbe1   *xxxx xxxxx  0 **xx* eeeee *e 23 ..... ....  0   67
2007 CHN Luxes James         boychik1   ..... .....  0 ..... ..... ..  0 *xx** xxxx 17   66
2005 VNM Minh Thien Nguyen   nmthien5   ..... .....  0 ..... ..... ..  0 *xx** xxxx 17   66
2008 ROM Buruiana Filip Cris filipb22   *xx*x xxxxx  8 *x**x xstts ss 12 *xxxx xxxx  0   65
2005 BGR Angel Dzhigarov     emp_ang2   *x**x xxxtt 15 ..... ..... ..  0 ..... ....  0   56
2007 CHN Huang SangXia       simonsh2   *x*xx xxxtt  7 *xxxx xxxxx x* 10 *xxtt ttxt  0   55
2006 USA Joe Zimmerman       quartez1   ..... .....  0 ****x xxttt tt 18 ..... ....  0   53
2006 CHN Hu Bo               hubo1011   ..... .....  0 *ssss sssss ss  0 *sx*t ttxt  8   31
2006 CHN Shi Xu              excgate1   ..... .....  0 *xxxx xxxxx x* 10 ..... ....  0   29
2005 CHN Kun Yang            eaisy-q1   **xxx xxxtt  7 ..... ..... ..  0 ..... ....  0   26
2007 CHN Hannah Chou         melodyzh1  *xxxx xxttt  0 ..... ..... ..  0 ..... ....  0    0

                           ########### OBSERVERS ####################

1996 CAN Derek Kisman        dkisman1   ***** ***** 93 ***** ***** ** 95 ***** **** 97 1000
1997 SWE Jimmy Mĺrdell       yarin1     ***** ***** 93 ***** ***** ** 95 ***** **** 97 1000
1997 CAN Lars Hellsten       lhellst1   ***** ***** 93 ***** ***** ** 95 ***** **t* 82  942
2004 ROM Ganceanu Silviu     tzi_gan1   ***x* ***** 85 ***** ***** ** 95 ***** **s* 82  912
2002 CZE Josef Cibulka       josef.c1   ***** ***** 93 ***** ***** ** 95 *x*** **x* 70  896
9999 POL Marek Cygan         marek.c1   ***** ****x 78 ***** ***** ** 95 ***** ***t 82  886
9999 VNM Dan Thanh Nguyen    ng_dan_th1 ***** **tt* 65 ****t ***t* t* 63 ***** **** 97  802
2001 NOR Rune Fevang         fevang1    ***** ****t 78 ***** ***** s* 85 ***** *x*x 67  799
2002 ESP Tomas Lloret Llinar tomillo1   ***** ***** 93 ****t *t*t* t* 54 ***** **tt 67  765
2001 SVK Marian Dvorsky      marian001  ***** ***** 93 *xxxx xxxxt x* 10 ***** **** 97  752
2003 ARG Pablo Dal Lago      pdallag001 **xx* ***tt 48 ***** ***** ** 95 *x*** **x* 70  727
2004 RUS Mikhail Dvorkin     dvorkin1   ***** ***** 93 *xxxx xxxtt tt  0 ***** **** 97  723
9999 CAN Tor Myklebust       evilgee1   ***** ****t 78 ***** ****t *t 75 *x*** **tt 55  723
2001 BGR Petko Minkov        petko_m001 **xx* ***tt 48 ***** ****t tt 65 ***** ***t 82  686
2002 NED Erik-Jan Krijgsman  e.krijg1   ***** ***tt 63 ***** **t*t ** 77 *x*** **tt 55  673
2001 BLR Ivan Metelsky       ivan_mete1 ..... .....  0 ***** ***** ** 95 ***** **** 97  651
1992 USA Brian Watkins       bwatkin1   *t*tx xxttt  7 ***** ***** ** 95 ***** ***t 82  620
9999 POL Pawel Gawrychowski  gawry1     ***x* xssts 22 ***** ***** ** 95 ***** **ee 67  618
2002 SVK Peter Bella         bella001   ***** ***** 93 ****x xssxs sx 18 *x*** **tt 55  613
2002 VNM Hieu Nguyen         yennamthi3 ***** ***** 93 ..... ..... ..  0 ***** **et 67  607
2001 CHN Xiang Qun           hj_0011    ***** **ttt 50 ***** xxxxt ** 45 ***** **ss 67  577
2004 HRV Luka Kalinovcic     kalinov001 **xx* ***tt 48 ***** xx*xx t* 43 ***** **tt 67  564
2003 LTU Mantas Kanaporis    vkanapo001 ..... .....  0 ***** ***** *t 85 ***** **x* 82  564
2001 USA Jeff Tamer          jtamer1    ***** ***tt 63 ***** *x*x* ** 71 **x** xxtt 29  555
2004 KAZ Janibek Datbay      janik_a1   ..... .....  0 ***** ***** ** 95 ***** **ee 67  535
9999 UKR Volodymyr Tkachuk   vova.tkac1 ..... .....  0 ****t ***t* tt 53 ***** **** 97  529
2001 CAN Tom Ootjers         thooot001  ***** ***ts 63 ***** ***** ** 95 ..... ....  0  513
2003 UKR Bogdan Yakovenko    algorit004 *s**x sssss 15 ***** ***** ** 95 ****x xx*x 46  511
2002 UKR Kirill Vedensky     vedensky1  ***** ttttt 30 ***** *x*x* *t 61 *x*** **tt 55  503
2004 CHE Samuel Berner       sam_b1     ***** ***tt 63 ..... ..... ..  0 ***** *x*t 67  495
1974 USA Charles Grant       cg1        ..... .....  0 ***** ***t* ** 80 ***** *x*x 67  492
9999 RUS Vitaly Goldshtein   banshee1   *x*** ***** 86 ***** ***tt tt 50 ..... ....  0  468
2004 RUS Evgeny Shavlugin    average1   **xx* xxxtt 15 *xxxx xxsss ss  0 ***** **** 97  430
2004 HRV Luka Dondivic       ldondji001 **x*x *xxx* 39 ***** ***** ** 95 ..... ....  0  423
2002 IDN Bramandia Ramadhana bramand002 *xxxx xxxxx  0 ***** ***** *t 85 *x*** *xtt 40  402
2004 CHE Philipp Krähenbühl  thepk1     ***** ***te 63 *x**x xxxxx x* 22 *xx** xxxx 17  366
9999 IND Bhaskara Aditya     bhaskar3   ..... .....  0 ***** *x**t tt 56 *x*** *xxt 40  318
2003 BGR Vesselin Georgiev   vessko001  ***** ***ss 63 ****t *tttt tt 26 ..... ....  0  312
2002 ARG Diego Gavinowich    diego_g1   ***** *ttts 39 *xxxx ttttt ** 20 ***xx xxtt 23  293
2004 CAN Yin Zhao            bugz_po1   ..... .....  0 ***** ***t* t* 70 *xx** xxtt 17  270
9999 BLR Alexandre Antonik   alex_re1   ****x xexxt 22 *xxxx xxxxx xx  0 **x** xx*x 44  252
1993 IDN Lego Haryanto       haryantol1 ..... .....  0 ***** ***** t* 85 ..... ....  0  248
2004 ITA Alessandro Piva     alex.an1   ***** ***tt 63 ..... ..... ..  0 ..... ....  0  236
2004 FRA Lucien Pech         lucien.1   ..... .....  0 ..... ..... ..  0 **x** *x*x 56  216
2002 CHN Wei Ran             weiran11   *x**x xxxxx 15 ***** **ttt tt 42 ..... ....  0  179
2001 IND Subrahmanyam Velaga vls1271    ..... .....  0 ***** ***t* tt 60 ..... ....  0  175
9999 CHN Yingjie Xu          jdklf1     ..... .....  0 *x**t xtxtx t* 22 *xx** xxtt 17  130
2003 BGR Ivan Anev           anev1      ..... .....  0 ..... ..... ..  0 ****t tttt 31  120
2003 IND Indraneel Mukherjee iforiq001  *tttt ttttt  0 ***** xxxtt t* 35 ..... ....  0  102
2004 ROM Marius Nicolae      mariusn1   ..... .....  0 ***** xxxxx *x 35 ..... ....  0  102
2004 IND Shreevatsa R        shreeva1   *x**x xxxxx 15 ***xx xxxtt tx 12 ..... ....  0   91
2004 POL Tomasz Uliński      ulin-ek1   ..... .....  0 *xxxx xx*x* x* 28 ..... ....  0   82
2003 POL Tomasz Jarosik      k3m0t1     ..... .....  0 ..... ..... ..  0 *xx** xxtt 17   66
2004 GEO Nika Jimsheleishvil kaxaaka1   ..... .....  0 *x*xx xxxxx x* 16 ..... ....  0   47

====== Distributions =====

  Distribution by grade:
    Grde  #  Percent
    2005  69 (42.3%) ********************************
    2006  65 (39.9%) ******************************
    2007  17 (10.4%) ********
    2008   8 ( 4.9%) ***
    2009   4 ( 2.5%) *

  Distribution by country:
   Cntry  #  Percent
     ARM   2 ( 1.2%) 
     AUS   1 ( 0.6%) 
     AUT   1 ( 0.6%) 
     BGR   9 ( 5.5%) ****
     BLR   1 ( 0.6%) 
     CAN   3 ( 1.8%) *
     CHL   1 ( 0.6%) 
     CHN  32 (19.6%) ***************
     DEU   6 ( 3.7%) **
     FRA   4 ( 2.5%) *
     GBR   1 ( 0.6%) 
     GEO   3 ( 1.8%) *
     HRV   5 ( 3.1%) **
     IDN   2 ( 1.2%) 
     IND   2 ( 1.2%) 
     IRL   1 ( 0.6%) 
     IRN   2 ( 1.2%) 
     ISR   2 ( 1.2%) 
     KOR   1 ( 0.6%) 
     LKA   2 ( 1.2%) 
     MAC   1 ( 0.6%) 
     MDA   3 ( 1.8%) *
     POL   8 ( 4.9%) ***
     ROM  13 ( 8.0%) ******
     RUS   3 ( 1.8%) *
     SVK   3 ( 1.8%) *
     SWE   1 ( 0.6%) 
     TUN   1 ( 0.6%) 
     UKR   2 ( 1.2%) 
     USA  36 (22.1%) ****************
     VNM   6 ( 3.7%) **
     YUG   4 ( 2.5%) *
     ZAF   1 ( 0.6%) 

===== Distribution of scores =====
951..1000  1  *
901.. 950  2  **
851.. 900  4  ****
801.. 850  4  ****
751.. 800  6  ******
701.. 750  6  ******
651.. 700  6  ******
601.. 650  6  ******
551.. 600 11  ***********
501.. 550  8  ********
451.. 500 10  **********
401.. 450 10  **********
351.. 400 12  ************
301.. 350 15  ***************
251.. 300 16  ****************
201.. 250 13  *************
151.. 200 10  **********
101.. 150  7  *******
 51.. 100 12  ************
  1..  50  3  ***
  0..   0  1  *

Prob            *   x   t   e   s
divide.1        0   0   0   0   0
divide.2      100  26   1   1   3
divide.3       99  30   1   0   1
divide.4       92  38   1   0   0
divide.5       89  41   1   0   0
divide.6       80  44   2   1   4
divide.7       66  51   7   3   4
divide.8       56  46  21   2   6
divide.9       19  36  65   2   9
divide.10      28  25  64   2  12
Total correct: 629 (38.59%)

Prob            *   x   t   e   s
obstacle.1      0   0   0   0   0
obstacle.2    118  29   0   0   2
obstacle.3    121  25   1   0   2
obstacle.4    116  25   4   1   3
obstacle.5     97  28  17   3   4
obstacle.6     87  30  23   5   4
obstacle.7     76  36  25   7   5
obstacle.8     82  24  32   6   5
obstacle.9     45  30  64   7   3
obstacle.10    70  24  39   7   9
obstacle.11    69  16  55   3   6
obstacle.12    69  17  51   6   6
Total correct: 950 (48.57%)

Prob            *   x   t   e   s
skiarea.1       0   0   0   0   0
skiarea.2      70  47   1   0   5
skiarea.3      75  48   0   0   0
skiarea.4     107  14   2   0   0
skiarea.5      90  27   6   0   0
skiarea.6      70  47   5   0   1
skiarea.7      55  57   9   0   2
skiarea.8      37  22  35   4  25
skiarea.9      24  25  61   4   9
Total correct: 528 (35.99%)


#################################################################################################
                         2005 DECEMBER CONTEST RESULTS: SILVER DIVISION
#################################################################################################

========================= Test Case Weights ========================

         points weight  1  2  3  4  5  6  7  8  9  a  b  c  d  e
     -----------------------------------------------------------
   cleaning:  97 288.9  0  5  6  6  7  7  7  6  7  9  6  8 11 12
   cowtract:  98 367.4  0  7 12 12 15  9 10  9 10 14
    treecut:  76 343.6  0  9  8  8  9 14 13 15

Total score = sum of earned_prob_points[i]/possible_points[i]*weight[i]

============================ Scoring Legend ============================

* = correct    t = time exceeded  0-9 = 0%-90%      e = bad exit status
x = wrong      s = bad signal     .   = no entry

GRAD CTR Name............... ID........ ---- cleaning ----- -- cowtract -- - treecut -- TOTAL
---------------------------------------------------------------------------------------------
2005 IRN Mahdi Safarnejad    msafarn1   ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
2007 CHN Wang Jingjing       wjj_1981   ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
2006 POL Piotr Jastrzebski   piotrja1   ***** *x*** **** 90 ***** ***** 98 ***** *** 76  979
2007 CHN Lu Jun              supercomp1 ***** ***** **** 97 **x** ***** 86 ***** *** 76  955
2005 CHN Zhan Su             suzhan1    **x** ***** **** 91 ***** ***x* 88 ***** *** 76  945
2007 SGP Foo Chuan Yu        chuan_y001 ***** ***** **** 97 ***** ***** 98 ***** **t 61  932
2007 USA Dan Li              dan_li91   ***** ***** **** 97 ***** ***** 98 ***** **t 61  932
2005 BGR Nickolay Tomitov    nicktom1   ***** ***** **** 97 ***** ***** 98 ***** **t 61  932
2007 BGD Sabbir Yousuf       sanny_b1   ***** ***** **** 97 ***** ***** 98 ***** **t 61  932
2005 BGR Vasil Lyutskanov    bigboss1   ***** ***** **** 97 ***** ***ss 74 ***** *** 76  910
2007 BGR Alexander Georgiev  froozen1   **x*x ***** **** 84 ***** ***** 98 ***** **s 61  893
2007 BGD Mahmudur Rahman     digital4   ***xx ***** **t* 73 ***** ***** 98 ***** **t 61  861
2005 ROM Lolozaur Bogdan     bogdan_2   ***** ***** **** 97 **xxx ***** 59 ***** *** 76  854
2005 VNM Pham Quang Viet     quangvi1   ***** ***** **** 97 **xxx ***** 59 ***** *** 76  854
2005 VNM Nguyen Hong Hanh    vietsatur1 ***** ***** **** 97 **xxx ***** 59 ***** *** 76  854
2006 CHN Erwin Yang          erwin_hot1 ***** ***** **** 97 ***** ***xx 74 ***** **t 61  842
2006 DEU Patrick Graf        patrick.g1 ****x xx*tt *t*t 40 ***** ***** 98 ***** *** 76  830
2005 BGR Veselin Georgiev    vesko_m1   ***** ***** **** 97 ***** ***** 98 ***** tte 34  810
2005 VNM Linh Le Phuong      linhcva1   *xx** ***** *t** 78 **xxx ***** 59 ***** *** 76  797
2006 USA Nadeem Kolia        nadkool1   ***** ***** **t* 86 ****t **txt 50 ***** *** 76  787
2006 CHN Jin Ou              jwgwdf1    ***** ***** **** 97 ***** ***x* 88 ***** eee 34  773
2005 IDN Andrew Pratomo      andrewp1   **x*x ***** **t* 73 ***** ***xx 74 ***** **x 61  771
2005 IRN mostafa vafadust    mostafa9   ****x xxx*x x*xx 32 ***** ***** 98 ****x *** 67  766
2008 ROM Cristina Stancu     cristina91 ***** xxx*x x*xx 39 ***** ***** 98 ***** **e 61  759
2007 IRN Mostafa Mahdieh     m.mahdi1   ***** ***** **t* 86 ****t ***xt 59 ***** **t 61  753
2006 FRA Stéphane Caron      tastali1   *xxxx *x*xx tttt 13 ***** ***** 98 ***** *** 76  750
2005 USA David Poll          david5     ***** ***** **tt 74 ***** ****t 84 ***** t*t 47  748
2010 ROM Bogdan Cr. Tataroiu bogdan1    ***** ***** **t* 86 ***** ***xx 74 ***** t*t 47  746
2006 ROM Pungaru Marius      mariusp1   ***** ****x *eee 57 ****e **e*e 60 ***** *** 76  738
2006 CHN Min Kerui           minkeru1   ***** ***** **** 97 ***** ***xx 74 ***** eee 34  720
2007 TKM Muhammet Orazow     memoora1   ***** ****x ***x 76 ***** ***** 98 ****t tte 25  707
2005 BLR Ivan Goursky        gursky1    ***** ****x **** 88 *xxxx xxx** 24 ***** *** 76  696
2006 USA Mike Luo            hackor_1   ***** ***** *ttt 66 **xxx ***** 59 ***** **s 61  694
2005 VNM Thanh Le Don        ledonthan1 ***** ***** *ttt 66 **xxx ***** 59 ***** **e 61  694
2007 USA Michael Gummelt     stud7891   ***sx s*sss stss 18 ***** ***xx 74 ***** *** 76  675
2007 ROM Vlad Berteanu       vladcyb1   ***** ***** **t* 86 ****t ****t 69 ***** tte 34  669
2005 USA Christopher Beck    dbeck41    ***** ***** **t* 86 **xxt **t*t 36 ***** **e 61  667
2006 IDN Natalya Gunawan     natalya1   ***** ***** **** 97 ***** ***** 98 ..... ...  0  656
2006 USA Long Ouyang         longouy1   ***** ***** **** 97 *xxxx xxx** 24 ***** **t 61  655
2005 USA Samuel Cormier-Iiji sciyosh1   ****x xxx** x*x* 53 ***** ***xx 74 ***** t*t 47  648
2006 USA Philippe Ajoux      phil4      ***** *xttt *t*t 48 ****t ***xt 59 ***** **t 61  640
2005 USA Rajesh Ramakrishnan rajesh.1   ***** ****x ***x 76 ***** ***xx 74 *x*x* x*t 30  639
2007 HRV Domagoj Kusalic     limun1     ***** ***** **** 97 ..... .....  0 ***** *** 76  633
2007 IDN Jenny Sugiarto      jenny_s1   ***** ***** **t* 86 ****t ***xt 59 ***** tte 34  631
2007 BGR Nedko Jordanov      venelin1   ***** x*ttt xtxt 31 ****t *t*** 73 ***** x*t 47  579
2007 USA David Lo            davidlo1   ***** ****t ***t 76 ****t *tt*t 50 ***** ttt 34  568
2005 DEU Achim Weimert       weimert1   ***** ****x ***x 76 **xxe xexxe  7 ***s* *** 68  560
2006 ARG Diego Vizia         diego_v1   ***** *t**t **tt 58 *xxxx xxx** 24 ***** **t 61  539
2005 USA Jay Mattis          jay3       ****x xx**x ***t 55 ****t *t**t 59 ***** ttt 34  539
2007 HRV Petra Bosilj        petra.b1   ****x xx**x ***x 55 **xxt xx**t 26 ***** **s 61  537
2006 USA Otis Chodosh        ochodos1   **x*x ***** **t* 73 *xxxx xxx*s 10 ***** **e 61  531
2007 ROM Adrian Dinu         sethoma1   ***** ***** ***x 85 ***** ***tt 74 ..... ...  0  531
2007 BGR Yosif Yosifov       yosif_s1   ***** **ttt *t*t 55 ***** ***xx 74 **x*x ttt 17  518
2006 POL Marian Kędzierski   marcus81   ****x *x*** **** 83 ***xx ***** 71 ..... ...  0  513
2008 USA Scott Kovach        kdps851    *xxx* *t*x* tttt 29 ****t *t*tt 49 ***x* **t 53  510
2005 USA Andy Nguyen         tanonev1   ***** ***** **t* 86 **xxt *tt*t 26 ***** ttt 34  507
2006 USA George Washington   guybrusha1 **x*x xx**x xttt 24 ****t *ttxt 40 ***** **t 61  497
2006 GRC Dionysis Zindros    dionyzi1   ***** ***** **tt 74 ..... .....  0 ***** **t 61  496
2005 ZAF Timothy Stranex     timothy3   ***s* sxsss ssss 18 ****t xxx*t 41 ***** **t 61  483
2007 IRN Masood_cont Seddigh maseed1232 ***** x*x*x x*xx 46 ..... .....  0 ***** *** 76  481
2007 USA Jeffrey Burkert     pplatyp1   ****x xxttt *t*t 34 **xxx ***** 59 ***** ttt 34  476
2005 ROM Iolanda Popa        ioli1      ..... ..... ....  0 **xxx ***xx 35 ***** *** 76  475
2005 USA Rayus Kuplicki      rkuplic1   *ttt* ***t* *t** 65 ***** ***xx 74 ..... ...  0  471
2006 YUG Rajko Nenadov       ralecar1   *tttt tx*tt tttt  6 ****t **t*t 60 ***** *xt 48  460
2006 POL Maciej Ruszewski    spunaze1   ***** ***** **** 97 **xtt ttxxt  7 *x*x* x*t 30  451
2007 BGR Ventsislav Chonev   sneaky_1   ****x x***x ***x 62 **xxx ***** 59 *x*xx xxx  8  442
2005 BLR Vovan Pashkevich    vovan_pas1 ***** **ttt *t*t 55 *xxxx xxxxx  0 ***** **e 61  440
2005 USA Max Wasserman       mawasse1   ..... ..... ....  0 *s*tt ***st 40 ***** **t 61  426
2006 USA Daniel Stalcup      dstalcu2   ***** *t**t ***t 69 **xte tte*e 17 ***** ttt 34  423
2006 CAN Chris Sharp         chrisshar1 **x*x ***** *ttt 53 ****t *tx*t 50 ***xt ttt 17  422
2006 BGR Kiril Kalchev       kirilll1   ***** ****x ***x 76 **xxx xxx** 31 *x*x* xxs 17  419
2007 BGR Vasil Vasilev       vassil_2   *xxxx s*ttt stst  7 ***** ***xs 74 *x*** xxt 25  411
2006 USA Brian Curcio        brian_l1   ***** ****x **t* 77 *xxxx xxxxx  0 ***x* *ee 40  410
2006 CAN Bo Hong Deng        dengbh31   ***** ***** **t* 86 ..... .....  0 ***** ttt 34  410
2005 IDN Dennis Andika       dennis_001 **x** ***x* *xtt 53 **xxt **t*t 36 *x*** xxx 25  406
2006 USA Daniel Schafer      dschafe1   ***tt tt*tt tttt 17 ****t *tt*t 50 ***** ttt 34  392
2008 CAN Guru Guruganesh     gurugan1   ***** ***** *ete 66 **xxt xxtxt  7 ***** tte 34  377
2007 USA Victor Mircea       vmircea1   ****x xxttt *t*t 34 ..... .....  0 ***** **t 61  377
2005 USA Neal Wadhwa         nealian3   *xxxx xx*xx *xtt 12 **xxx xx*xx 16 ***** **t 61  372
2005 EGY Mostafa Fathy       airtifa1   ..... ..... ....  0 ***** ***** 98 *xxxx xxx  0  367
2005 USA Muzhou Wang         wow3461    ***** *xttt *t*t 48 **xtt ttt*t 17 ***** tte 34  360
2006 USA Yuan Zhang          lilcoug1   *xxsx sssss ssss  0 **xte ttex* 21 ***** **t 61  355
2008 ROM Vîlvoiu Vasile-Corn vilvoiu2   ***** ****x *ttt 57 **ttt xtxtt  7 ***** ttt 34  350
2005 USA Daniel Frandsen     gobbler1   ***** **ttt *t*t 55 **xxx xxx*t 17 ***x* ttt 26  345
2009 USA Thomas Wang         placefo1   ****x xx*tt *ttt 29 **xxx ***** 59 *xx*x tts  8  344
2007 USA Jeff Chen           pingfui1   ***** *xttt *t*t 48 *xxxx xxxx* 14 **x*x *xt 31  336
2008 USA Joshua Cranmer      pidgeot1   *xxxx xx*x* xxxx 15 ***** ***xx 74 ..... ...  0  322
2012 CHN Zhao Sheng          cz_zs1     **x*x x**t* xtxt 33 **xxx ***** 59 *xxxx xxx  0  320
2005 USA Phillip Timko       primefa1   ***** **ttt *t*t 55 ..... .....  0 ***** xxx 34  318
2007 USA Jeffrey Wang        jeffrey1   *xxx* ***x* *tt* 54 ..... .....  0 ***** ttt 34  315
2006 BGD Sajia Akhter        sajiaak2   *xxxx xx*xx xttt  6 **xxx ***x* 49 *x*** xxs 25  315
2008 CHN Chen Yao            janet_g1   ***** x*x*x x*xx 46 **xxe ****e 45 ..... ...  0  306
2006 TUN Ahmed Fessi         ahmed.f1   ..... ..... ....  0 ***** ***xx 74 ..... ...  0  277
2007 BGR Iskren Chernev      iskren81   ..... ..... ....  0 ***** ***xx 74 ..... ...  0  277
2005 SYR Abdulrahman Idlbi   adlogi1    ****x xx**x *ttt 36 **xxx ****x 45 ..... ...  0  276
2009 USA Shravas Rao         h_s_pot1   **x*x *t*** *ttt 46 **xxt xtt*t 17 *x**x ttt 16  273
2005 CAN Patrick Li          patrick5   ****x **ttt *tst 37 ..... .....  0 ***** ttt 34  264
2007 USA Johnny Hu           johnhhu1   ***xx **x** **t* 67 **xxx xx*xx 16 ..... ...  0  260
2006 CHN Peter Smith         peter241   *e*ee ex*** t*t* 48 **xxx xxx** 31 *xxxx xxx  0  259
2009 USA David Benjamin      dnas.dn1   ***** ***** **t* 86 ..... .....  0 ..... ...  0  256
2005 IDN Hammy Prasetyanto R bobohoa1   **x*x x**xx xxtx 24 **xxt **txt 26 **x*x xtt 17  246
2006 ROM Flavia Claudia Timp flaviuz1   ***** **x*x ***x 70 *xxxx xxx*t 10 ..... ...  0  246
2005 CAN Paul Deng           paladin1   *xx*x xxx*x x*xx 21 *xxxx xxxxx  0 ***** ttt 34  216
2006 USA Thomas Hsu          venioge2   *t*** ***** *t*t 72 ..... .....  0 ..... ...  0  214
2006 DEU Sebastian Koelle    sk_18021   ..... ..... ....  0 **xxx ***xx 35 **x*x tts 17  208
2007 USA Allen Lin           alin1231   ***** ****t t*tt 59 **xte tssxe  7 ..... ...  0  202
2006 CHN Wu You              wuyou1     ***** ***** *eee 66 ..... .....  0 ..... ...  0  197
2005 CAN Shayak Dutta        shayak01   ***x* **t*t *ttt 45 **xxs xs*xs 16 ..... ...  0  194
2011 CAN Jacob Plachta       jacob_pla1 ****x x**tt xtxt 30 *xxxx xxx** 24 *xxxx xxx  0  179
2006 MNG Mergen Nachin       mimipri1   *ttx* t**tx xeee 20 **xxx xxt** 31 *xxxx xxx  0  176
2006 USA Robert Hutchison    hutchso1   ****x xx**t x*xt 38 **xxt xx*xt 16 ..... ...  0  173
2011 HKG Wilson Lam          hklam1h1   *x**x xxx*x x*xx 27 *xxxx xxx** 24 *xxxx xxx  0  170
2009 BGR Ivan Lyutskanov     lord_dr2   ***** ****x *ttt 57 ..... .....  0 ..... ...  0  170
2006 USA Jesse Geneson       jgeneso1   ****x xxttt xtxt 17 ..... .....  0 *x*** tts 25  164
2006 USA Andrew Smith        asmith21   *xxtt xx*tx xtxx  6 **xxx xxxxx  7 *x*** xxx 25  157
2008 USA Eric Conner         virtus1    *xxxx xxttt tttt  0 **xxt xx*xt 16 *xx** xxt 17  137
2005 USA Dhananjay Jagannath dj1        ****x xx**x **tt 44 ..... .....  0 ..... ...  0  131
2006 USA Alex Boulé          littleale1 *xx** ***t* tttt 42 ..... .....  0 ..... ...  0  125
2006 BGD Kazi Golam Rabbany  kgrsaji1   *x*sx sxsss stss  6 **xxt **ttt 26 ..... ...  0  115
2006 CAN Ying Meng           placidi1   ..... ..... ....  0 ..... .....  0 *x*** ttt 25  113
2006 POL Hong Hai Chu        twono2     *x*sx s***s t*ts 34 ..... .....  0 ..... ...  0  101
2007 USA Peter Bojö          petros81   *txst sx*ss ssss  6 **xxx xxxx* 21 ..... ...  0   97
2005 USA Fan Zhang           fanzha1    **xxx ***xx *ttt 31 ..... .....  0 ..... ...  0   92
2007 USA Frederick Mako      fmako1     *xxxx *x*x* x*xx 30 *xxxx xxxxx  0 *xxxx xxe  0   89
2005 EGY Hamza Adad          cpphamz1   ***sx sx*ss ssss 17 *xxxx xxxxx  0 *xx*x ttt  8   87
2009 USA Filip Sufitchi      filip1     ..... ..... ....  0 ..... .....  0 **x*x ttt 17   77
2006 USA Kaitlyn Tuley       kikionx1   **xex exxee xttt  5 **eee xx*xt 16 ..... ...  0   75
2006 USA Bryan Rau-Jacobs    bryanrj1   ..... ..... ....  0 ..... .....  0 *x**x xxx 16   72
2006 USA Nozlee Samadzadeh   nsamadz1   *t*xx xtx*x t*tx 21 *xxxs xxxxs  0 *exex xxe  0   63
2007 GRC Christos Mantoulidi cmad1      *xxe* eteee eeee  7 **xss sstxs  7 ..... ...  0   47
2008 CAN Stephen Zhang       stephen12  ..... ..... ....  0 *xxxt xtt*t 10 ..... ...  0   37
2005 IDN Adi Novriansyah     adigate1   ..... ..... ....  0 **xxt xxtxt  7 ..... ...  0   26

                           ########### OBSERVERS ####################

2002 IRN Hamed Ahmadi Nejad  compham1   ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
2003 USA Hubert Hwang        firesta1   ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
1996 AUS John Dethridge      jcd1       ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
9999 USA John Nevard         johnev001  ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
2001 BGR Kiril Minkov        kiril_m002 ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
2004 HRV Lovro Puzar         lovro1     ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
2004 IRN Mohammad Taha Jahan taha_ja1   ***** ***** **** 97 ***** ***** 98 ***** *** 76 1000
1998 USA Minh Dang           minhdan1   ***** ***** **t* 86 ****t *t**t 59 ***** **t 61  753
9999 IRN Behin Molaie Tabari behinm1    ****x x**** x*x* 66 **x** ***xx 62 ***** **e 61  705
2004 LKA Rakitha Murage      rakitha1   *t*tt tx*** t*t* 48 ****t ****t 69 ***** **t 61  677
2004 USA Fedor Labounko      cheesei2   ***** ***** **** 97 ***** ***** 98 ..... ...  0  656
9999 MLT Karl Cassar         karlcas1   ***** ***** **** 97 **xxx ***** 59 ***x* ttt 26  628
2003 IRN Hassan Eslami       hsn_esl1   ***** ***** **** 97 ****t ****t 69 ..... ...  0  548
9999 ROM Alexandru Ivanus    alex_iv1   ***** ***** **s* 86 ***** ***sx 74 ..... ...  0  534
9999 YUG Slobodan Mitrovic   boba5551   ***** x***x x*tx 52 ***xe *e*xe 37 ***** ttt 34  447
2004 IRN fahollah lotfi aghe lotfiag1   ***x* x**xx x**x 50 ..... .....  0 ***** **e 61  425
9999 ROM Ciprian Paduraru    pcipria3   ***** **ttt tttt 38 **xxx xxxxx  7 ***** **t 61  415
2003 EGY Mohamed Reda        killing2   ..... ..... ....  0 ***** ***** 98 ..... ...  0  367
2000 CUB Roberto Becerra Gar idertad2   *xxxx *x*xx *x*x 30 ..... .....  0 ***** **t 61  365
2001 AUS Dmitry Kamenetsky   dmitryk1   ***** **ttt tttt 38 **xxt tttst  7 ***** tte 34  293
2002 CAN James Ian           fallen_1   ***** ***** **** 97 ..... .....  0 ..... ...  0  289
2004 ARM Eduard Piliposyan   eduardp1   *x*xx xx*** t*t* 48 **xxt **t*t 36 ..... ...  0  278
9999 IRN Ahmad Khajehnejad   ahmadkh1   **xxx x**xx xxxx 18 **xxx ***** 59 ..... ...  0  275
2003 ROM Sara Nicolae Bogdan nicu2001   ***** ****x *t*t 68 **xxx xxxxt  7 *xxxx xxx  0  229
2000 BGR Tihomir Stoyanov    tisho_tis1 ..... ..... ....  0 **xxt **txt 26 ..... ...  0   97

====== Distributions =====

  Distribution by grade:
    Grde  #  Percent
    2005  40 (30.3%) ***********************
    2006  44 (33.3%) *************************
    2007  31 (23.5%) ******************
    2008   8 ( 6.1%) ****
    2009   5 ( 3.8%) **
    2010   1 ( 0.8%) 
    2011   2 ( 1.5%) *
    2012   1 ( 0.8%) 

  Distribution by country:
   Cntry  #  Percent
     ARG   1 ( 0.8%) 
     BGD   4 ( 3.0%) **
     BGR  11 ( 8.3%) ******
     BLR   2 ( 1.5%) *
     CAN   9 ( 6.8%) *****
     CHN  10 ( 7.6%) *****
     DEU   3 ( 2.3%) *
     EGY   2 ( 1.5%) *
     FRA   1 ( 0.8%) 
     GRC   2 ( 1.5%) *
     HKG   1 ( 0.8%) 
     HRV   2 ( 1.5%) *
     IDN   6 ( 4.5%) ***
     IRN   4 ( 3.0%) **
     MNG   1 ( 0.8%) 
     POL   4 ( 3.0%) **
     ROM   9 ( 6.8%) *****
     SGP   1 ( 0.8%) 
     SYR   1 ( 0.8%) 
     TKM   1 ( 0.8%) 
     TUN   1 ( 0.8%) 
     USA  50 (37.9%) *****************************
     VNM   4 ( 3.0%) **
     YUG   1 ( 0.8%) 
     ZAF   1 ( 0.8%) 

===== Distribution of scores =====
951..1000  4  ****
901.. 950  6  ******
851.. 900  5  *****
801.. 850  3  ***
751.. 800  7  *******
701.. 750  6  ******
651.. 700  8  ********
601.. 650  5  *****
551.. 600  3  ***
501.. 550  9  *********
451.. 500  8  ********
401.. 450 11  ***********
351.. 400  7  *******
301.. 350 10  **********
251.. 300  8  ********
201.. 250  6  ******
151.. 200  9  *********
101.. 150  6  ******
 51.. 100  8  ********
  1..  50  3  ***
  0..   0  0  

Prob            *   x   t   e   s
cleaning.1      0   0   0   0   0
cleaning.2     98  18   6   1   0
cleaning.3     91  29   3   0   0
cleaning.4     94  15   4   3   7
cleaning.5     74  44   4   1   0
cleaning.6     80  29   3   3   8
cleaning.7     80  35   7   0   1
cleaning.8     92  11  15   1   4
cleaning.9     81  10  24   2   6
cleaning.10    59  30  25   2   7
cleaning.11    85  20  10   1   7
cleaning.12    68   4  42   5   4
cleaning.13    50  15  46   4   8
cleaning.14    45  19  47   5   7
Total correct: 997 (53.95%)

Prob            *   x   t   e   s
cowtract.1      0   0   0   0   0
cowtract.2     98  15   0   0   1
cowtract.3     54  58   1   1   0
cowtract.4     53  52   7   1   1
cowtract.5     38  36  30   7   3
cowtract.6     74  34   5   0   1
cowtract.7     66  29  15   1   3
cowtract.8     69  24  17   3   1
cowtract.9     62  46   4   0   2
cowtract.10    46  23  34   5   6
Total correct: 560 (42.42%)

Prob            *   x   t   e   s
treecut.1       0   0   0   0   0
treecut.2      83  22   0   1   0
treecut.3      90  16   0   0   0
treecut.4      89  15   0   1   1
treecut.5      85  19   2   0   0
treecut.6      53  21  30   2   0
treecut.7      56  19  28   3   0
treecut.8      23  12  47  16   8
Total correct: 479 (45.36%)



#################################################################################################
                         2005 DECEMBER CONTEST RESULTS: BRONZE DIVISION
#################################################################################################

========================= Test Case Weights ========================

         points weight  1  2  3  4  5  6  7  8  9  a  b
     --------------------------------------------------
        mpy:  90 141.4  0 10  9  8  8  8 13 13 13  8
      xword:  97 166.5  0 10 10 10 11 11 11 11 11 12
      scino:  98 292.9  0  8  7  7  9  9 12  8 11 12 15
      money:  94 399.1  0  8  9 10 10 10 10 11 13 13

Total score = sum of earned_prob_points[i]/possible_points[i]*weight[i]

============================ Scoring Legend ============================

* = correct    t = time exceeded  0-9 = 0%-90%      e = bad exit status
x = wrong      s = bad signal     .   = no entry

GRAD CTR Name............... ID........ ---- mpy ----- --- xword ---- ---- scino ----- --- money ---- TOTAL
-----------------------------------------------------------------------------------------------------------
2007 CHN Mingcheng Chen      cmc_czf1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***** 94 1000
2006 POL Ela Dlutowska       ela-d2     ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***** 94 1000
2007 USA Sherry Gong         ggyiran1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***** 94 1000
2006 CHN zhou yuan           xiaoyua1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***** 94 1000
2005 RUS Igor Tuphanov       igorevg1   ***** ***** 90 ***** ***** 97 *x*** ***** * 90 ***** ***** 94  976
2007 CHN Dong Pei            dong_021   ***** ***** 90 ***** ***** 97 ****x ***** * 89 ***** ***** 94  973
2007 CAN Boris Braverman     borbrav1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2006 POL Andrzej Grzywocz    gimil132   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2005 USA Mark Levine         koolkow1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2006 USA Claudiu Saftoiu     laxori6661 ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2007 POL Tomasz Marmolowski  tomasz1    ***** ***** 90 ***** ***** 97 ***** ***** e 83 ***** ***** 94  955
2007 YUG Vladislav Guberinic vlaja1     ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2006 BGD Zaheed Sabur        zaheed1    ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2007 USA Justin Hsu          zeer0x1    **x** ***** 81 ***** ***** 97 ***** ***x* * 87 ***** ***** 94  953
2005 POL Mikolaj Schmidt     azazell2   **x** ***** 81 ***** ***** 97 ***** ***** x 83 ***** ***** 94  941
2007 POL Tomasz Kulczynski   genek_11   ***** *xxx* 51 ***** ***** 97 ***** ***** * 98 ***** ***** 94  939
2007 BLR Alexander Chepa     achepa1    ***** ***** 90 ***** ***** 97 ***** x***x * 77 ***** ***** 94  937
2006 POL Marek Białow&# mbialow1   *x*** *xxx* 41 ***** ***** 97 ***** ***** * 98 ***** ***** 94  923
2006 POL Bartosz Szreder     cfiend1    ***** ***** 90 ***** ***** 97 ***** *x*** x 71 ***** ***** 94  919
2007 BLR Yury Kartynnik      jumax1     ***** ***** 90 ***** ***** 97 ***** *x*** x 71 ***** ***** 94  919
2007 POL Jakubsaasd Kallaasd centel1    ***** ***** 90 ***** ***** 97 *x*** x***x * 69 ***** ***** 94  913
2005 GEO Eldar Bogdanov      eyler111   **x** ***** 81 ***** ****x 85 *t*** ***** x 75 ***** ***** 94  897
2009 CHN Lin Hao Peng        hdevery2   ***** ***** 90 ***** ***** 97 ***** *x*xx * 63 ***** ***** 94  895
2007 POL Tomasz Dubrownik    tomsan1    ***** ***** 90 ***** ***** 97 *t*** ****x x 63 ***** ***** 94  895
2005 USA Anand Palaniappan   anandp81   ***** *xxx* 51 ***** ***** 97 ***** ***** x 83 ***** ***** 94  894
2006 MDA Zamorzaev Alexandr  zamorza1   ***** *xxx* 51 ***** ***** 97 ***** ***** x 83 ***** ***** 94  894
2005 DEU Benjamin Franz      benni_f1   ***** ***** 90 ***** ***** 97 ****x *x*** x 62 ***** ***** 94  892
2005 POL Adam Blokus         ablokus1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***tt 68  890
2008 CHN Cao Zheng           mozeda2    ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***tt 68  890
2007 KAZ Oleg Sadykov        lyaka21    ***** ***** 90 ***** ***** 97 ***** *x**x x 59 ***** ***** 94  883
2007 CHN fang fei            fangfei1   ***** *xxx* 51 ***** ***** 97 *x*** ***** x 75 ***** ***** 94  870
2006 HRV Ivan Cesar          josip.c1   ***** ***** 90 ***** ***** 97 *x*** x***x x 54 ***** ***** 94  868
2007 CHN Johnson Pan         panbo19001 ***** *xxx* 51 ***** ***** 97 ****x ***** x 74 ***** ***** 94  867
2006 CAN Peng Shi            pengroc1   ***** *xxx* 51 ***** ***** 97 ****x ***** x 74 ***** ***** 94  867
2006 USA Ben King            grsbmd1    ***** ***** 90 ***** ***** 97 ***** *xxx* x 52 ***** ***** 94  863
2007 IND Nishant Redkar      niphoto1   ***** ***** 90 ***** ***** 97 ***** *xxx* x 52 ***** ***** 94  863
2005 USA Hyun-Soo Kim        stryker001 *x*** *xxx* 41 ***** ***** 97 ***** x***x * 77 ***** ***** 94  860
2006 IRN afshin nikzad       afshin_3   ***** ***** 90 ***** ***** 97 **xx* **xx* x 50 ***** ***** 94  857
2005 CHN Conan Edogawa       liuhong2   ***** ***** 90 ***** ***** 97 ****x *x**x x 50 ***** ***** 94  857
2006 ROM Alexandru Dimitriu  alexdim3   ***** ***** 90 ***** ***** 97 ***** ****x * 86 ***** ***tt 68  854
2005 ESP Ricardo Martin      richipi1   ***** *xxx* 51 ***** ***** 97 ***** **xx* x 64 ***** ***** 94  837
2005 POL Kamil Anikiej       hubble1    ***** ***** 90 ***** ***** 97 *t**x *x*x* x 43 ***** ***** 94  836
2007 POL Michał Suchomski    neopass1   ***** ***** 90 ***** ***** 97 ***** *xxxx x 40 ***** ***** 94  827
2005 USA Carlton Henderson   ch_20051   ***** ***** 90 ***** ***** 97 *x*** ***** x 75 ***** ***tt 68  821
2005 TTO Vivek Maharajh      viraanv1   ***** ***** 90 ***** ***** 97 *x**x xx*xx * 37 ***** ***** 94  818
2005 CHN Xu Xiaotao          xish322    **x** ***** 81 ***** ***** 97 ****x xx*x* x 42 ***** ***** 94  818
2005 USA Randall Leeds       tilgovi1   ***** ***** 90 ***** ***** 97 ****x *xxxx x 31 ***** ***** 94  800
2006 USA Marc Sweetgall      marswe1    ***** *xxx* 51 ***** ***** 97 ***** ***** * 98 ***** **ttt 57  782
2008 BLR Sergey Iachevich    usas20041  ***** ***** 90 ***** ***** 97 ***** x***x x 62 ***** ***tt 68  782
2010 CHN ChenYu Lan          lan.c.y1   ***** ***** 90 ***** ***** 97 *x**x ex*xe x 22 ***** ***** 94  773
2007 IRN  mahesepid          mahesep1   ***** ***** 90 ***** ***** 97 *tx*x xx*xx x 15 ***** ***** 94  752
2006 BGR Veselin Kolev       cooler2    *x*** *xxx* 41 ***** ***** 97 ***** *xxxx x 40 ***** ***** 94  750
2005 CHN jianyi wu           jianyi532  *x*** *xxx* 41 ***** ***** 97 *xxxx *x*** x 40 ***** ***** 94  750
2006 CAN Derek Ho            noone_231  *x*** *xxx* 41 ***** ***** 97 ****x *xxxx x 31 ***** ***** 94  723
2007 ROM Diana Timofte       diana_t1   ***** *xxx* 51 ****x xxxxx 30 ***** ***** * 98 ***** ***tt 68  713
2007 USA Michael Ty          mikey061   ***** *xxx* 51 ***** ***** 97 ***** *x*x* * 75 ***** **ttt 57  713
2005 POL Bartosz Dabrowski   blazer1    ***** ***** 90 ***** ***** 97 ..... ..... .  0 ***** ***** 94  707
2006 USA Joshua Moloney      josh1      ***** ***** 90 ***** ***** 97 ..... ..... .  0 ***** ***** 94  707
2007 SAU omar bin hussain    math_ha1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ***** ***** 94  707
2005 POL Grzegorz Swierad    fred2      ***** ***** 90 ***** ***** 97 ****x *x*x* x 51 ***** **ttt 57  702
2007 POL Jakub Banaszewski   kuba1      ***** ***** 90 ..... .....  0 *x*** x***x x 54 ***** ***** 94  702
2006 POL Maciek Łaszcz       tree2001   ..... .....  0 ***** ***** 97 *x*** xx**x x 42 ***** ***** 94  691
2005 CHN Ming Jiang          all_in_1   ***** *xxx* 51 ***** ***** 97 ****x *x*x* x 51 ***** ***tt 68  688
2005 ARG Joaquin Rodrigues   jrj19871   **x** *xxx* 42 ***** ***** 97 **xxx xx*xx x 16 ***** ***** 94  679
2007 USA Yu Suo              vestal2    ***** ***** 90 ***** ***** 97 ****x xx*x* x 42 ***** **xtt 57  676
2006 ROM Mihai Vlad Pantis   mihaip2    ***** ***** 90 ***** ***** 97 *x**x *xxxx x 23 ***** ***tt 68  665
2007 POL Marek Sapota        ocems1     ..... .....  0 ***** ***** 97 ****x *xxxx x 31 ***** ***** 94  658
2006 USA Sho Uemura          supersh3   ***** *xxx* 51 ***** ***** 97 ..... ..... .  0 ***** ***** 94  646
2005 ARG Ramiro Lafuente     ramlaf1    ***** ***** 90 ***** ***** 97 ***** ***** * 98 **xxx xxttt  8  635
2007 USA Gary Cao            guangwe1   ***** ***** 90 *xxxx xxxxx  0 ****x *xxxx x 31 ***** ***** 94  633
2008 BGR Mariy Yonov         metala_1   ***** *xxx* 51 ***** ***** 97 *x*xx xxxxx x  7 ***** ****s 81  612
2008 CHN Yang Yuan           dai-dai1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 *xxxx xxxxx  0  601
2007 CHN Yu Chen Liu         liuyluy1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ..... .....  0  601
2005 EST Margus Niitsoo      velochy1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 *xxxx xxxxx  0  601
2006 FIN Ville Pettersson    villepet1  ***** ***** 90 ***** ***** 97 ***** ***** * 98 *xxxx xxxxx  0  601
2006 IRN Mohsen Fadaee       mohs_151   ***** *xxx* 51 **ttt ttttt 10 **x** xx*xx x 32 ***** ***** 94  592
2008 USA Jacob Steinhardt    zealotp1   *x*** *eee* 41 ***** ***** 97 ****x xxxxx x 22 ***** ***tt 68  585
2008 EGY Ahmed Naguib        karateb1   ***** ***** 90 *xxxx xxxxx  0 ***** *xxx* * 67 ***** **sss 57  584
2006 GEO Levan Kasradze      school4001 ..... .....  0 ***** ***** 97 ..... ..... .  0 ***** ***** 94  566
2006 USA Andrew Hsiao        ahsiao1    ***** ***** 90 ***** ***** 97 ***** ***** x 83 ..... .....  0  556
2006 ROM Alex Florescu       alex_fl1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ..... .....  0  556
2006 USA David Wang          djwang81   ***** ***** 90 ***** ***** 97 ***** ***** x 83 *xxxx xxxxx  0  556
2005 USA Jeffrey Madsen      kenx21     ***** ***** 90 ***** ***** 97 ***** ***** x 83 ..... .....  0  556
2005 IND Visesh Uday Kumar C visesh1    ***** ***** 90 ***** ***** 97 ***** ***** x 83 ..... .....  0  556
2005 ARG Daniel Fernandez    daniel_mz1 ***** ***** 90 ***** ***** 97 ***** *x*** x 71 **ttt ttttt  8  554
2006 CHN John John           contest_71 ***** ***** 90 ***** ***** 97 ..... ..... .  0 ***** **ttt 57  550
2006 USA Jared Vanderford    jvander1   *xx** *xxx* 32 ***** ***** 97 ***** x*eee x 43 ***** *tttt 47  545
2005 CAN Stephen Xu          sxu1       ***** ***** 90 ..... .....  0 ..... ..... .  0 ***** ***** 94  541
2006 KAZ Talgat Kabasov      tkabaso1   ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 ***** ***** 94  541
2006 POL Adam Choma          adamus11   ***** ***** 90 ***** ***** 97 ***** **x** x 75 ..... .....  0  532
2006 POL Bartosz Cytrowski   zitron1    ***** ***** 90 ****x xxxxx 30 **x*x *x*xx x 32 ***** **xxx 57  531
2005 CHN Robin Huang         flyrobi1   ***** ***** 90 ***** ***** 97 *x*** ****x x 63 **ttt ttttt  8  530
2006 USA Jesse Denardo       panda951   ***** *xxx* 51 ***** ***** 97 ***** ***** x 83 **ttt ttttt  8  529
2006 POL Marcin Kobzdaj      cobi3331   ***** ***** 90 ***** ***** 97 ***** *e*** x 71 ..... .....  0  520
2006 USA Spencer Brody       sbrody23   *x*** *eee* 41 ***** ***** 97 ..... ..... .  0 ***** ***tt 68  520
2006 KAZ Vladislav Telegin   vrack1     ***** ***** 90 ***** ***** 97 ***** *x*** x 71 *xxxx xxxxx  0  520
2007 USA Daniel Patterson    dbpatte1   ***** ***** 90 ***** *s**s 74 ***** ***** x 83 *xxxx xxxxx  0  517
2007 IND Vishwesh Inamdar    vishwes1   ***** ***** 90 ***** ***** 97 **s** x***x * 70 ..... .....  0  517
2007 ROM Monica Golumbeanu   gmonica191 ***** ***** 90 ***** ***** 97 *tx** ****x x 56 **ttt ttttt  8  509
2006 BGR Deian Doichev       deyando1   ***** *xxx* 51 ***** ***** 97 ***** ****x * 86 *xxxx xxxxx  0  504
2005 USA Advay Mengle        silvers2   ***** *ttt* 51 ***** ***** 97 ***** ****x * 86 ..... .....  0  504
2005 COL Hansen González     elregon1   ***** ***** 90 ***** ****x 85 ***** *x*** x 71 *tttt ttttt  0  500
2006 USA Ryan Bradstreet     ryxstar1   ***** ***** 90 ***** ***** 97 ***** **xx* x 64 ..... .....  0  499
2006 USA Matthew Via         vialator1  ***** ***** 90 ***** ***** 97 ***** **xx* x 64 *xxxx xxxxx  0  499
2006 CHN Yang Qingqing       a6882591   ***** ***** 90 ***** ***** 97 ***** **xxx x 52 **ttt ttttt  8  497
2007 USA Jonathan Reed       j2m3r1     ***** ***** 90 ***** ***** 97 *t*** *x*** x 63 *xxxx xxxxx  0  496
2005 YUG Uros Rajkovic       urajkovic1 ..... .....  0 ***** ***** 97 *xxxx xxxx* x 12 ***** ***tt 68  491
2006 IRN seyyed ahmad fazeli sahmad.fa1 *x*** *xxx* 41 ***** ***** 97 ***** ****x * 86 ..... .....  0  488
2008 BLR Bazir Andestuk      xing1      ***** ***** 90 ***** ***** 97 ***** *x*x* x 60 *xxxx xxxxx  0  487
2006 LTU Vytautas Sinkeviciu search1    ***** ***** 90 ***** ***** 97 ***** *x**x x 59 *xxxx xxxxx  0  484
2007 IRN Ali Vakilian        a_vakil1   ***** *xxx* 51 *ssss sssss  0 ..... ..... .  0 ***** ***** 94  479
2006 USA E. McCormick        rawrsnu1   ***** *xx** 64 ***** ***** 97 ***** ****x x 71 *xxxx xxxxx  0  479
2005 LTU aurimas kasauskas   aurimas3   ***** ***** 90 ***** ***** 97 **xx* ****x x 57 ..... .....  0  478
2005 USA Guan-Hua Jiang      x9gj1      ***** ***** 90 ***** ***** 97 **x*x xxxxx x 15 *x*x* *xttt 29  476
2005 USA Peter Conerly       civilianj1 ***** *xxx* 51 ***** ***** 97 **x** ****x x 64 **ttt ttttt  8  472
2005 VNM Tran Vu Anh         tvatva22   ***** *xxx* 51 ***** ***** 97 *x*** ***** x 75 *xxxx xxxxx  0  471
2006 POL Jacek Rachwal       jamjack1   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ***** ***** 94  464
2005 CAN Rachit Dharia       racrom11   *x*** **xx* 54 ***** ***** 97 ***** *x*** x 71 ..... .....  0  464
2006 CHN Break Satan         breakdr1   ***** ***** 90 ***** ***** 97 **xx* xx**x * 51 ..... .....  0  460
2005 CAN Suraj Narayana Redd thenewt1   ***** ***** 90 ***** ***** 97 ****x *x*x* x 51 *xxxx xxxxx  0  460
2006 USA Jeremy Aron-Dine    arondin1   ***** *xxx* 51 ***** ***** 97 ***** *x*** x 71 *xxxx xxxxx  0  459
2008 USA Alex Dehnert        ealex291   ..... .....  0 ***** ***** 97 ***** ***** * 98 ..... .....  0  459
2006 USA Nicole Bieber       misty611   *x*** *xxx* 41 ***** ***** 97 *x*** ***** x 75 ..... .....  0  455
2006 HRV Domagoj Herceg      domagoj.h1 ***** ***** 90 ***** ***** 97 ***xx xx*** x 46 *xxxx xxxxx  0  445
2007 BGR Anton Petrov        emphasi1   ***** *ttx* 51 ***** ***** 97 ***** x*x** x 66 *xxxx xxxxx  0  444
2005 EST Mihkel Pajusalu     mipaju1    ***** *xxx* 51 ***** ***** 97 ****x x**** x 65 ..... .....  0  441
2007 CAN Patrick Stein       pat1       *xxxx xxxxx  0 ***** ***** 97 ***** xx*xx x 39 ***** ttttt 37  440
2005 KAZ Asan Dzhuanyshbekov dzasan1    ***** ***** 90 ***** ***** 97 ..... ..... .  0 **x*x x*xtt 28  427
2007 CHN Tianyi Mao          m_ty1      ***** ***** 90 ***** ****t 85 *et** xx**t t 35 **ttt ttttt  8  426
2006 POL Tomasz Gajewski     zyebman1   ***** *xx** 64 ***** ***** 97 ***** *xxx* x 52 ..... .....  0  423
2007 USA Tom Conerly         theycal2   ***** *xx** 64 ***** ***** 97 ****x *x*x* x 51 *xxxx xxxxx  0  420
2007 CHN Hu Xiaocheng        xiaoche1   **x** *xxx* 42 ***** ***** 97 ****x *x*** x 62 ..... .....  0  418
2006 POL Peter Hawkens       hawk4      ..... .....  0 ***** ***** 97 ***** ***** x 83 ..... .....  0  415
2009 ARG Facundo Gaich       facugaich1 ***** ***** 90 ***** ****x 85 ****x xx*xx x 30 **ttt ttttt  8  411
2007 USA Sarah Marzen        sarahma1   **x** ***** 81 ***** ***** 97 *txxx *x**x x 28 **ttt ttttt  8  411
2005 SGP Victor Loh          roticv81   **x** *xxx* 42 ***** ***** 97 ***** *x**x x 59 *xxxx xxxxx  0  409
2010 CHN shen ning           ning_sh1   ***** ***** 90 ***** ***** 97 *x**x *x*xx x 31 ..... .....  0  401
2008 USA Haitao Mao          haitao5201 ***** *xxx* 51 ***** ***** 97 ****x *x*x* x 51 *xxxx xxxxx  0  399
2007 POL Robert Biduszewski  infomat1   ..... .....  0 ..... .....  0 ..... ..... .  0 ***** ***** 94  399
2005 UKR Andriy Levkov       pokbrot1   ..... .....  0 ..... .....  0 ..... ..... .  0 ***** ***** 94  399
2008 ROM Bunau Florin        flo_cpp1   ***** ***** 90 ***** ***** 97 ****x xx*xx x 30 *xxxx xxxxx  0  398
2005 USA Bruno Mehech        madeinb1   ***** *xxx* 51 ***** ***** 97 *x**x xxxx* x 26 ***tt ttttt 17  397
2006 ROM Zsolt Istvan        zsolt.i1   **xxx xxxxx 10 ***** ***** 97 ***** ****x x 71 *xxxx xxxxx  0  394
2008 POL Filip Stachura      filipek3   ***** ***** 90 *xxxx xxxxx  0 ***** ***xx x 60 ***tt ttttt 17  393
2006 USA Tamir Sen           tamir_m1   *xxxx xxxxx  0 ***** ***** 97 *x*** ***** x 75 *xxxx xxxxx  0  391
2006 DEU Daniel Mendler      mail3      ***** ***** 90 ..... .....  0 ***** ***** x 83 *xxxx xxxxx  0  390
2010 CHN Peter Xue           xlnxyx3    ***** ***** 90 *xxxx xxxxx  0 ***** ***** x 83 *xxxx xxxtt  0  390
2009 POL Wiktor Jakubiuk     wiktor41   ***** ***** 90 ***** ***** 97 *x*xx xx*xx x 15 **ttt ttttt  8  387
2006 YUG Nemanja Skoric      nemusns1   *x*** *xxx* 41 ***** ***** 97 ***** *xxx* x 52 ..... .....  0  386
2008 CHN xiao ya             xiaoya_dd1 **x** ***** 81 ***** ***** 97 *xxxx *x*x* x 29 ..... .....  0  381
2007 ROM Bogdan Bondane      bughy_11   ***** ***** 90 ***** ***** 97 *xxxx txxxt t  0 ***tt ttttt 17  380
2007 USA Daniel Poore        nightfa3   ***x* **x*x 61 ..... .....  0 ***** ***** x 83 **xxx xxxtt  8  378
2006 USA Garrett Marcotte    gman9111   *x*** *xxx* 41 ***** ***** 97 *xxx* *x*** x 49 ..... .....  0  377
2006 USA Alberto Pareja-Leca aokmast1   ***** ***** 90 ***** ***** 97 *x**x xx*xx x 22 *xttt ttttt  0  374
2007 USA Jack Bowman         jack19891  *x*** *xxx* 41 ***** ***** 97 ***** *x*xx x 48 *tstt ttttt  0  374
2006 POL Wojtek Lowiec       chanta1    ***** *xxx* 51 ***** ***** 97 *x*** xx**x x 42 ..... .....  0  372
2006 USA Jacob Arluck        jparluc1   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ***** ***tt 68  369
2008 USA Benjamin Lee        bleeben1   ***** ***** 90 ***** ***** 97 *e*xx xxxx* x 19 ..... .....  0  365
2009 CHN yang bin            yangbin1   ***** *xxx* 51 ***** ***** 97 ****x *x*xx x 39 ..... .....  0  363
2006 USA Rob Leith           lordrob4b1 ***** ***** 90 ..... .....  0 ***** ****x x 71 *xttt ttttt  0  354
2005 USA Jonathan Yoke       fejock1    ***** ***** 90 ***** ***** 97 *x*xx xx*xx x 15 ..... .....  0  353
2005 CAN Rizwan Zaeem        rizwan_1   ***** ***** 90 ****x xxxxx 30 ***** tx**x x 50 *xxxx xxxxx  0  342
2005 BGR Stefan Tsvyatkov    stefan_1   ***** *xxx* 51 ***** ***** 97 ****x xx*xx x 30 *xxxx xxxxx  0  336
2006 USA Jonathan Rajkumar   jrajkum1   ***** ***** 90 ..... .....  0 **x** ****x x 64 ..... .....  0  333
2007 GEO Rati Gelashvili     gelash1    ***** ***** 90 ***** ****x 85 ***xx xxxxx x 15 *xxxx xxxxx  0  332
2006 ROM Victor Seceleanu    anarchy1   **x** *x*x* 55 ***** ***** 97 *t**x x*xxe x 26 ..... .....  0  331
2006 CAN Nisanthini Ravichan nisanthin1 ***** ***** 90 *xxxx xxxxx  0 **xx* xx*x* * 52 **ttt ttttt  8  331
2006 USA Geoff Beresford     bermuda1   *x*** *xxx* 41 ***** ***** 97 ***** xxxxx x 31 *xxxx xxxxx  0  324
2005 ROM Riger Agota         rigerag1   ***** *xxx* 51 ***** ***** 97 *x**x x*xxx x 26 ..... .....  0  324
2007 USA Nicholas Tung       gatoati1   ***** *xxx* 51 ***** ***** 97 *xxxx xxxxx x  0 ***tt tttts 17  319
2009 CHN Bill Xing           snmyj1     ***** ***** 90 *xxxx xxxxx  0 *xx** x***x x 47 **xtt ttttt  8  316
2006 CAN Edmund Tsui         edmtsui1   ***** ***** 90 ..... .....  0 *x*** x*x*x x 46 **ttt ttttt  8  313
2007 ROM Florin Bejinaru     bursuce1   ***** ***** 90 ****x xxxxx 30 ****x *x*xx x 39 ..... .....  0  310
2008 USA Benjamin Dozier     benjdoz1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *tttt ttttt  0  308
2009 CAN Conan Huang         conanhc1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xttt ttttt  0  308
2005 POL Symon Marmołowski   cpsm1      ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2007 BGD Tanzima Zerin Islam dulari1    ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2007 BGR Bogdan Tatarov      frostyk3   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xxxx xxxxx  0  308
2009 GEO irakli gramatopulo  gramcho2   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2005 VNM Vo Anh Quan         gun_arm1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xxxx xxxxx  0  308
2005 COL Henry Andres Cepeda handres1   ***** ***** 90 ***** ***** 97 *xttt ttxxx t  0 *xxxx xxxxx  0  308
2005 KAZ Meyirbek Safiyanov  igesen3    ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2009 CHN Zhong Hua Xi        inzaghi1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xxxx xxxtt  0  308
2005 ALB Mark Dibra          ksimo1     ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2008 ROM Mihai Moraru        mihai.f1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2009 GEO giorgi giorgi       narkusha2  ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2007 POL Pawel Blokus        p_bloku1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2007 BGR Peter Petrov        p_petro1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2007 POL Filip Wieczorek     philwie1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2006 POL Pawel Wiejacha      senu1      ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2008 USA Stephen Lam         stephen14  ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2005 MAC Mei Sim Tong        thomast1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2007 CHN Rios Diesd          xavier.li1 ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2006 USA Thomas Goff         zylok1     ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2006 USA Paul Katarzis       katarzi1   ***** ***** 90 ..... .....  0 ***** x*xx* x 55 ..... .....  0  306
2007 BGR Nayden Nedev        naydo_1    *xx** *xxx* 32 ***** ***** 97 *xxx* *xxxx x 18 **ttt ttttt  8  305
2005 USA Ryan Wilkerson      cyberboy_1 **x*x x**** 65 *xxxx xxxxx  0 *tx** ****x x 56 **ttt ttttt  8  304
2007 CHN Cheng Zeng          wow48481   ***** ***** 90 *xxxx xxxxx  0 ****x x***x x 53 *xxxx xxxxx  0  300
2007 USA Tim Lee             a7147551   ***** ***** 90 ..... .....  0 ***** **xxx x 52 ..... .....  0  297
2008 BGR Peter Ivanov        cheater_n1 **x** ***** 81 ***** ***** 97 ..... ..... .  0 ..... .....  0  294
2007 BLR Vladimir Kashkevich varfala2   *xxxx xxxxx  0 ***** ***** 97 ****x xx**x x 41 *xxxx xxxxx  0  289
2008 ROM Dorin Oltean        dorin_olt1 ***** ***** 90 ***** ****s 85 ..... ..... .  0 ..... .....  0  287
2005 ITA nicola pezzotti     nicolap2   ***** ***** 90 ***** ****x 85 *xxxx xxxxx x  0 ..... .....  0  287
2006 CAN Justin Young        tempest1   ***** ***** 90 ***** ****x 85 ..... ..... .  0 ..... .....  0  287
2006 USA Mary Cieslewicz     maryeli1   ***** ***** 90 ..... .....  0 *x**x x***x x 45 ..... .....  0  276
2010 USA David Bieber        david811   *xxxx xxxxx  0 ***** ***** 97 **x*x *x*xx x 32 ..... .....  0  262
2006 AUS kevin pan           kevin__1   ***** *xxx* 51 ***** ****x 85 ..... ..... .  0 **ttt ttttt  8  260
2006 CAN Tingting Zou        mushroomi1 ***** *xxx* 51 ***** ****x 85 ..... ..... .  0 **ttt ttttt  8  260
2007 USA Trevor Page         trevor1    *x*** *xxx* 41 ..... .....  0 *t*** ****x x 63 ..... .....  0  253
2005 USA Ian Voysey          tux37721   *x*** *xxx* 41 ..... .....  0 ***** **x*x x 63 ..... .....  0  253
2007 ROM Echim Ioan Andrei   andrei.6   ***** *xxx* 51 ***** ***** 97 ..... ..... .  0 ..... .....  0  247
2006 ROM Dumitru Vladut Doga ddvlad1    ***** *xxx* 51 ***** ***** 97 ..... ..... .  0 ..... .....  0  247
2005 SGP Jezreel Ng          jezreel1   ***** *xxx* 51 ***** ***** 97 ..... ..... .  0 ..... .....  0  247
2010 CHN kaiben hu           skythekin1 ***** *xxx* 51 ***** ***** 97 ..... ..... .  0 ..... .....  0  247
2008 BGR Zdravko Doichev     zdr.doi1   ***** *xxx* 51 ***** ***** 97 ..... ..... .  0 ..... .....  0  247
2006 USA David Hanley        david921   **x** *xxx* 42 ***** ****x 85 *xxxx xxxxx x  0 **ttt ttttt  8  246
2007 KAZ Ilyas Tukibayev     ilyas_t1   *x*xx xxxxx  9 ***** ***** 97 *t*xx xxxxx * 22 *xxxx xxxxx  0  246
2008 HRV Ivo Sluganovic      ivos-51    **x** *xxx* 42 ***** ***** 97 ..... ..... .  0 ..... .....  0  233
2005 DEU Klaus Pototzky      klaus.p1   **x** *xxx* 42 ***** ***** 97 ..... ..... .  0 ..... .....  0  233
2006 POL Bartosz Gęza        potato1    **x** *xxx* 42 ***** ***** 97 *tttt ttttt x  0 *xxxx xxxxx  0  233
2006 USA Adam Hemphill       ahemphi1   *x*** *xxx* 41 ***** ***** 97 ..... ..... .  0 ..... .....  0  231
2005 ROM Caramizaru Horea Al caramiz1   *x*** *xxx* 41 ***** ***** 97 ..... ..... .  0 ..... .....  0  231
2005 USA eric halverson      judy_ro2   *x*** *xxx* 41 ***** ***** 97 ..... ..... .  0 ..... .....  0  231
2007 USA William Li          lildefi1   *x*** *xxx* 41 ***** ***** 97 ..... ..... .  0 ..... .....  0  231
2006 BGD M Tanvir Kaykobad   tanvir_2   *x*** *xxx* 41 ***** ***** 97 ..... ..... .  0 ..... .....  0  231
2008 CHN Michael Wu          wenquxi1   *x*** *xxx* 41 ***** ***** 97 ..... ..... .  0 ..... .....  0  231
2005 COL Willy Alejandro Mon wialmon1   *x*** *xxx* 41 ***** ***** 97 *txxx xxttx t  0 *tttt ttttt  0  231
2005 USA Olga Mandelshtam    olgam1     ***** *xxx* 51 ***** ****x 85 ..... ..... .  0 ..... .....  0  226
2006 FRA Ismael Riahi        mrgoto1    ***** ***** 90 ..... .....  0 *tx** x*ttx x 28 ..... .....  0  225
2008 USA TianHui Cai         hiccccc1   ***** ***** 90 *xxxx ttttt  0 *tx*x *x*xx x 24 ..... .....  0  213
2006 CAN Antonio Chang       kilbaza1   *x*** *xxx* 41 ***** ****x 85 ..... ..... .  0 ..... .....  0  210
2007 HRV Nikola Adžaga       nikola_3   *x*** *xxx* 41 ***** ****x 85 ..... ..... .  0 ..... .....  0  210
2007 USA Daniel Fielder      b4k4gai1   ***** ***** 90 ..... .....  0 *t**x xx*xx x 22 ..... .....  0  207
2006 UKR Alex Sokolov        sokol1     ***** ***** 90 *xeee eeeee  0 ****x xxxxx x 22 *xxxx xxxxx  0  207
2007 POL Michal Kijewski     michalk1   ***** ***** 90 ****x xxxxx 30 ..... ..... .  0 *xxxx xxxxx  0  193
2005 GEO Reziko Tatishvili   sashka2    ***** ***** 90 ****x xxxxx 30 ..... ..... .  0 ..... .....  0  193
2005 USA Timothy Kotula      associati1 *xxxx xxxxx  0 ..... .....  0 **x** ****x x 64 ..... .....  0  191
2005 USA Charlie Brummitt    brummitt1  *xxxx xxxxx  0 *xxxx xxxxx  0 **x** ****x x 64 ..... .....  0  191
2005 IND Aswin Natarajan     aswin_n1   ***** ***** 90 ..... .....  0 **xxx xx*xx x 16 ..... .....  0  189
2007 ROM Emil Strut          strut1     ***** ***** 90 ..... .....  0 ..... ..... .  0 **ttt ttttt  8  175
2009 BGR Vasil Georgiev      the_vasko1 ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 **ttt ttttt  8  175
2007 ROM Tudor Scurtu        ambrozi1   ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2007 KAZ Askhat Aldashev     askhat11   ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2006 CAN Noorez Kassam       dark_we1   *xxxx xxxxx  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2007 POL Filip Proborszcz    fryer1     ..... .....  0 ***** ***** 97 ..... ..... .  0 *xxxx xxxxx  0  167
2005 USA Christine Choi      hyeji.c1   ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2005 KAZ Nurzhan Bakibayev   hypuk1     ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2007 GEO Far Seer            sicima1    ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2008 BGR Rosen Dochev        system_1   ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2009 CHN Pan Yuchen          thinkpo1   *x*** *xxx* 41 *xeee eeeee  0 *x*** xxxxx x 23 **ttt ttttt  8  167
2005 CAN Anund McKague       zimer1     *xxxx xxxxx  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2005 HRV Corr Man            faste301   *x*** *xxx* 41 *xxxx xxxxx  0 **x*x *x*xx x 32 ..... .....  0  160
2006 ARG Tomas Villarino     tomasvi2   *x*** *xxx* 41 ..... .....  0 ****x *xxxx x 31 ..... .....  0  157
2006 KOR Tongwook Hwang      tonghwang1 ..... .....  0 ..... .....  0 ***** *txx* x 52 ..... .....  0  155
2006 FRA gabriel scherer     bluesto2   ***** *xx** 64 *xxxx xxxxx  0 *xxxx *x*xx x 17 ..... .....  0  151
2006 TKM Mekan Allaberdiyew  mekan_t1   *x*** *xxx* 41 *xxxx xxxxx  0 **xx* xexx* x 29 ..... .....  0  151
2007 USA Sagar Indurkhya     sindurk1   *x*** *xxx* 41 *xxxx xxxxx  0 *xxxx *x*x* x 29 ..... .....  0  151
2006 DEU Marcel Schmittfull  marcel-1   *xxxx xxxxx  0 *xxxx xxxxx  0 *x*** xxx*x * 49 *tttt ttttt  0  146
2008 USA Louis Wasserman     wasserm1   *xxxx xxxxx  0 ***** ****x 85 ..... ..... .  0 ..... .....  0  146
2007 HRV Saša Stanko         4noname1   ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0  141
2006 CAN Alex Chan           agility1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 USA Amber Loftis        aloftis1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2008 GEO nika gabisonia      amiran22   ***** ***** 90 ..... .....  0 ..... ..... .  0 *xttt ttttt  0  141
2008 GEO Kakha Chinchaladze  amiran6    ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0  141
2006 MAC Virginia Chan       cvisili1   ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0  141
2007 KAZ Ermek Nusipov       ermek_n1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 USA Nate Bolyard        geek112351 ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2007 IRN Shayan Ehsani       goldsha1   ***** ***** 90 *eeee eeeee  0 *txxx xxxxx x  0 ..... .....  0  141
2006 BGR Borislav Kapukarano inspired_1 ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2007 BGR Hristo Tenchev      itso_881   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 CHN Yan Jims            jims8182   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2009 USA John Lamansky       johndan1   ***** ***** 90 *xxxx xxsss  0 ..... ..... .  0 ..... .....  0  141
2006 CAN Jordan Lee          leejj881   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2010 TKM Ruslan Gurbanow     mainfra1   ***** ***** 90 ..... .....  0 *xxxx xexxx x  0 ..... .....  0  141
2006 ROM daniela apostol     marijua1   ***** ***** 90 ..... .....  0 ..... ..... .  0 *xsss sssss  0  141
2005 USA Aaron Haas          mrhaasg1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 VNM Hung Nguyen Quang   quanghung1 ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2007 CAN Roger Woo           rogerym1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 USA Raquel Phillips     rphilli1   ***** ***** 90 ..... .....  0 *xeee xeeee e  0 ..... .....  0  141
2007 MAC sam chu             samchu1071 ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 GEO Lela Latsoshvili    sashka13   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 GEO Lasha Pertakhia     sashka7    ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 CAN Clement Shum        stridin1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2007 MAC javier lei          swordhero1 ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2005 USA Thomas DeBoever     tdeboev1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2006 USA Cherub Kim          xmystic1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2007 MAC carl ao             y1989m3d11 ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2005 CHN Xiang Jiang         tcjxno11   ***** *xxx* 51 ****x xxxxe 30 ..... ..... .  0 ..... .....  0  132
2005 USA Josiah Bradley      jothefr1   **x** ***** 81 ..... .....  0 ..... ..... .  0 ..... .....  0  127
2007 KAZ Kanatbek Zhanbolov  kanatbe1   **x** ***** 81 ..... .....  0 ..... ..... .  0 ..... .....  0  127
2007 POL Bartek Ryduchowski  rydzu11    ***** *xxx* 51 ..... .....  0 **t*x xexxt t 15 ..... .....  0  125
2007 CAN Bill Hu             woodswill1 *x*** *xxx* 41 ..... .....  0 *xxxx xt**x x 19 *tttt ttttt  0  121
2006 USA Thomas McClish      brainma1   ..... .....  0 ..... .....  0 ****x *x*xx x 39 ..... .....  0  117
2008 USA Caroline Suen       carolin2   *x*** *xxx* 41 ..... .....  0 *xx*x *xxxx x 16 ..... .....  0  112
2008 USA Jeff Chen           jchen121   *x*** *xxx* 41 ..... .....  0 *xx*x *xxxx x 16 ..... .....  0  112
2006 USA Ethan Sterling      esterling1 ***** *xxx* 51 *xxxx xxxxx  0 *xxxx ex*xx x  8 *xxxx xxxxx  0  104
2007 UKR Nikolay Kirov       blew1      ..... .....  0 ..... .....  0 *x**x *x*xx x 31 ..... .....  0   93
2005 EGY karim nosseir       kemo_ki1   *x*** *xxx* 41 *xxxx xxxxt  0 **xxx xxxxx x  8 *xxxx xxxxx  0   88
2009 GEO ana nuskheladse     amiran20   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2007 CHN Hu Chenwei          davidti1   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2006 USA Claude Gabrillo     elclaud1   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2005 USA Nasly Jimenez       naslysw1   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2006 USA Eric Oetker         oetkere1   ***** *xxx* 51 ..... .....  0 *txxx xxxxx x  0 ..... .....  0   80
2009 USA Yuri Kolchinski     sponge01   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 *tttt ttttt  0   80
2006 ROM Victor Victor       stroemk1   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2008 CHN Tianhua Zhu         usaco25    ***** *xxx* 51 *xxxx xxxxx  0 *xxxx xxxxx x  0 ..... .....  0   80
2006 USA Karen Shiells       wildmag1   ***** *ttt* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2008 GEO Levan Varamashvili  sashka16   ..... .....  0 ..... .....  0 ***xx xexxx x 15 **ttt ttttt  8   79
2007 POL Krzysztof Duwe      mor19891   **x** *xxx* 42 ..... .....  0 ..... ..... .  0 ..... .....  0   66
2006 CAN Byron Fung          byron4fun1 *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 *tttt ttttt  0   64
2006 USA Charles Hartman     chartma1   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 *xxxx xxxxx  0   64
2007 ROM Cosmin Coltos       cosmy201   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2006 USA Katie Bambino       kbambin1   *x*** *xxx* 41 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0   64
2007 POL Piotr Kosecki       kostek21   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2007 HRV Petar Sirkovic      marko_d1   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2007 ROM Condruz Paul        paulcon1   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2006 USA Jordan Neidlinger   playgam2   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2008 USA Rabi Alam           r15a201    *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2007 USA Alex Chen           simfish1   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2007 USA Dan Cox             spamman1   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2010 BGR Emil Joranov        venelin2   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2005 MNG Zolzaya Tsevegjav   zolooha2   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
2006 CAN Adrian Lau          find_wa1   *xx** *xxx* 32 ..... .....  0 ..... ..... .  0 ..... .....  0   50
2007 MAC Patrick Mak         gameoverm1 *xx** *xxx* 32 ..... .....  0 ..... ..... .  0 ..... .....  0   50
2007 MAC U Chun Lao          iamfreeat1 *xx** *xxx* 32 ..... .....  0 ..... ..... .  0 ..... .....  0   50
2007 MAC WAI LON SOU         siomei88o1 *xx** *xxx* 32 ..... .....  0 ..... ..... .  0 ..... .....  0   50
2007 USA Sean Boyle          spboyle1   *xx** *xxx* 32 ..... .....  0 ..... ..... .  0 ..... .....  0   50
2006 USA Ilya Sluch          isluch1    ***xx xeexx 19 ..... .....  0 *xxxx xxeee x  0 ..... .....  0   30
2006 USA Abhinav Prathivadi  abhinav1   *xxxx xxxxx  0 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0    0
2005 USA Alex Tinti          aetinti2   *xxxx xxxxx  0 ..... .....  0 ..... ..... .  0 ..... .....  0    0
2006 USA Andrew Johnson      blackbo2   *xxxx xxxxx  0 ..... .....  0 ..... ..... .  0 *xxxx xxxxx  0    0
2006 POL Bartek Nowakowski   design01   ..... .....  0 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0    0
2007 USA Daniel Simco        dsimco1    *xxxx xxxxx  0 ..... .....  0 ..... ..... .  0 ..... .....  0    0
2006 USA Gregory Farrer      gfarrer1   *xxxx xxxxx  0 ..... .....  0 ..... ..... .  0 ..... .....  0    0
2005 USA Issa Fram           issafra1   *xxxx xxxxx  0 ..... .....  0 ..... ..... .  0 ..... .....  0    0
2008 CHN Tan Kening          mocky11    ..... .....  0 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0    0
2006 USA Nadia Naja          nadia_n1   *xxxx xxxxx  0 ..... .....  0 ..... ..... .  0 ..... .....  0    0
2007 USA Parth Sagdeo        parth751   *xxxx xxxxx  0 ..... .....  0 ..... ..... .  0 *xxxx xxxxx  0    0
2006 HRV Tomislav Reicher    tomisla4   ..... .....  0 ..... .....  0 ..... ..... .  0 *xxxx xxxxx  0    0

                           ########### OBSERVERS ####################

9999 USA Mark Szapiel        marek_s1   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***** 94 1000
9999 BGD Shahriar Nirjon     nirjon01   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***** 94 1000
2002 UKR Michael Rybak       sheldin001 ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***** 94 1000
9999 CHN xue jie             czxueji1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2003 IND Arijit De           de.arij1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2002 KOR Kyung-ryeol Koo     dnsaram1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
1986 USA David Plass         dplass1    ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2002 SVK Tomas Dzetkulic     dzetkul1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
9999 POL Norbert Potocki     globi1     ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2004 IDN Ignatius Edo        happyfu1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2004 LTU Linas Petrauskas    hashish1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2003 BGD Manzurur Khan       iamsidk1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
9999 SVK Milan Satka         nareklamy1 ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2001 VNM Le Minh Hoang       return_001 ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2004 POL Krzysztof Zarzycki  zarzyk1    ***** ***** 90 ***** ***** 97 ***** ***** x 83 ***** ***** 94  955
2003 BGD Shahriar Rouf       nafi3001   ***** ***** 90 ***** ***** 97 ***** **xx* * 79 ***** ***** 94  943
1998 ROM Radu Grigore        radugri1   ***** *xxx* 51 ***** ***** 97 ***** ***** * 98 ***** ***** 94  939
1988 CHN Wenlei Xie          peter_x2   ***** ***** 90 ***** ***** 97 ****x *x*** * 77 ***** ***** 94  937
1995 USA Yaniv Inbar         yaniv1     ***** ***** 90 ***** ***** 97 ***** x***x * 77 ***** ***** 94  937
2004 BGR Slavi Marinov       slavi_m001 ***** ***** 90 ***** ***** 97 *t*** ***** x 75 ***** ***** 94  931
2001 IDN Leonardus Gazali    leogzl_1   ***** ***** 90 ***** ***** 97 ***** *x*** x 71 ***** ***** 94  919
2004 GRC Michail Bitzes      michael10  ***** ***** 90 ***** ***** 97 ***** *x*** x 71 ***** ***** 94  919
2002 SVK Marek Tesar         tesam2a1   ***** ***** 90 ***** ***** 97 ***x* x**** x 67 ***** ***** 94  907
9999 SGP An Xiong            anxiong191 ***** ***** 90 ***** ***** 97 ***** **xx* x 64 ***** ***** 94  898
9999 CHN Frank Power         frankpz2   ***** *xxx* 51 ***** ***** 97 ***** ***** x 83 ***** ***** 94  894
2003 BLR Sarge Rogatch       sarge_rog1 ***** ***** 90 ***** ***** 97 ***** x***x x 62 ***** ***** 94  892
2004 POL Sebastian Chojniak  sebek121   ***** ***** 90 ***** ***** 97 ***** ***** * 98 ***** ***tt 68  890
9999 CHN koler liu           conan2342  ***** ***** 90 ***** ****t 85 ***** x***x x 62 ***** ***** 94  872
9999 CHN Yi Xiuge            love_txy1  ***** ***** 90 ***** ***** 97 *x*** x***x x 54 ***** ***** 94  868
2004 AZE Tofig Gasanov       tofigga1   *x*** *xxx* 41 ***** ***** 97 ***** *x*** x 71 ***** ***** 94  842
1999 BGD faisal ahmed        mishu_n1   ***** ***** 90 ..... .....  0 ***** ***** x 83 ***** ***** 94  789
2002 HRV Gjuro Pedala        ahri1      ***** ***** 90 ***** ***** 97 ***** *x*x* * 75 ***** **ttt 57  774
2000 MEX Pier Paolo Guillen  super_mar1 ***** ***** 90 ***** ***** 97 *t**x xx*xx x 22 ***** ***** 94  773
9999 ROM Ragnar Lodbrok      grosu_c1   ***** *xxx* 51 ***** ***** 97 ***x* *x*xx x 41 ***** ***** 94  768
2004 DEU Michael Baumann     fraxxis1   ***** *xxx* 51 ***** ****e 85 ****x *xxxx x 31 ***** ***** 94  718
2003 IRN Hamed Shahbazi      demahpi1   ***** *xxx* 51 ***** ***** 97 *x**x xx*xx x 22 ***** ***** 94  712
2002 FRA damien nozay        foenixb1   ..... .....  0 ***** ***** 97 ***** *x*** * 86 ***** ***tt 68  712
2003 BGD Khobaib Chowdhury   khobaib1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ***** ***** 94  707
2003 SWE Erik Bernhardsson   013        ***** ***** 90 *xxxx xxxxx  0 ****x *x*x* x 51 ***** ***** 94  693
2004 CHN Jing Wang           kimwj001   ***** *xxx* 51 ***** ***** 97 ***** *xxx* x 52 ***** ***tt 68  691
2002 AUS Elena Kelareva      randomper1 ***** ***** 90 ..... .....  0 ***** ***** x 83 ***** ***tt 68  678
9999 CHN Jerryzhou J10       jerryzh3   ***** ***** 90 ..... .....  0 **x*x *exxx x 24 ***** ***** 94  612
2000 NED Maks Verver         maksver001 ***** ***** 90 ***** ***** 97 ***** ***** * 98 *xxxx xxxxx  0  601
2004 FRA Valentin Blot       valentin_2 ***** ***** 90 ***** ***** 97 ***** ***** * 98 ..... .....  0  601
2001 IND Balaji Gopalan      gbalag01   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ***** ***tt 68  597
2004 FRA Cedric CARREE       beg01      ***** ***** 90 ***** ***** 97 ***** ***** x 83 **sss sssss  8  590
9999 GBR Rodrigo Queiro      rodrigo7   ***** ***** 90 ***** ***** 97 ***** ***** x 83 **ttt ttttt  8  590
2004 RUS Pavel Rosputko      slash1     ***** ***** 90 ***** ***** 97 ***** ****x * 86 *xxxx xxxxx  0  565
2000 NED Boris de Wilde      b.dewil1   ***** ***** 90 ***** ***** 97 ***** ***** x 83 *xxxx xxxxx  0  556
2001 CAN Mohammed Ajmal      moajmal001 ***** ***** 90 ***** ***** 97 ***** ***** x 83 ..... .....  0  556
2003 KOR Jaekyu Lee          kkangne001 ***** ***** 90 ..... .....  0 ***** ***** * 98 ****t ttttt 27  549
2004 CHN Zhirong Liang       faith801   **x** *xxx* 42 ***** ***** 97 ***** ***** * 98 ..... .....  0  525
9999 CHN boyang gao          gbyfbi1    ***** *xxx* 51 ***** ****s 85 ***** ***** * 98 ..... .....  0  519
2003 EST Mihkel Kree         mihkel.001 ***** *xxx* 51 ***** ***** 97 ****x ***** * 89 ..... .....  0  513
2002 IRN Hossein Amirkhani   ha_boz1    **x** ***** 81 ***** ***** 97 ***** ****x x 71 ..... .....  0  506
9999 BGR Kostadin Ivanov     s3dr1k1    ***** ***** 90 ***** ***** 97 ***** **xx* x 64 ..... .....  0  499
9999 POL Michal Wski         mdk1       ***** ***** 90 ..... .....  0 ..... ..... .  0 ***** t**** 84  498
9999 IRN Korosh Khagavi      koroshkha1 ***** *xxx* 51 ***** ***** 97 ..... ..... .  0 ***** **ttt 57  489
2004 BGR Anton Dimitrov      antdim8001 **x** ***** 81 ***** ***** 97 ***** x***x x 62 *xxxx xxxxx  0  479
2002 RUS Igor Slepnev        kornget1   ***** *xx** 64 ***** ***** 97 ***** ****x x 71 ..... .....  0  479
2003 IDN William Lamuda      will_i_1   *x*** *xxx* 41 ***** ***** 97 ***** ***** x 83 *xxxx xxxxx  0  479
2001 IND Meesum Syed         meesum11   ***** ***** 90 ***** ***** 97 ***** xx**x x 50 *xxxx xxxxx  0  457
9999 USA Sanjiv Dinakar      sad04001   *x*** *xxx* 41 ***** ***** 97 **xx* ****x * 72 ..... .....  0  446
9999 CHN Shuyang Gao         gsy90091   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *x*x* *xeee 29  431
2003 VNM Quynh Tran          bocuoi81   ***** ***** 90 ****x xxxxx 30 ***** x***x * 77 *xxxx xxxxx  0  423
2000 BGD sm riyad            riyad_i1   ..... .....  0 ..... .....  0 ..... ..... .  0 ***** ***** 94  399
2004 RUS Yuriy Pavlov        yukamai1   ***** ***** 90 *xxxx xxxxx  0 ****x ***** x 74 **ttt ttttt  8  397
9999 ROM Andrei-Eugen Stoian termina1   ***** ***** 90 ***** ****x 85 *t**x *xtt* x 35 *xxxx xxxxx  0  392
2004 AZE Farid Ahmadov       afr_pro1   ***** ***** 90 *xxxx xxxxx  0 ***** ***** x 83 ..... .....  0  390
9999 POL Mateusz Bielecki    bilut1     ***** ***** 90 *xxxx xxxxx  0 ***** ***** x 83 ..... .....  0  390
9999 VNM Nguyen Phuc Hau     nph.allor1 ***** ***** 90 ****x xxxxx 30 *x*** *x*** x 63 ..... .....  0  381
9999 EGY Mohammed Abdellatif moh8351    ***** ***** 90 ..... .....  0 ***** **xx* * 79 ..... .....  0  378
9999 CHN Luo Zhong           benvo1     ***** *xxx* 51 ***** ***** 97 ****x *x*xx x 39 ..... .....  0  363
9999 MEX Luis Enrique Vargas luisonp1   ***** *xxx* 51 ***** ***** 97 *t**x xxttx x 14 ***tt ttttt 17  361
2002 IDN Manesha Putra       email_e1   *x*** *xxx* 41 ***** ***** 97 *tx** xx**x x 35 ..... .....  0  336
9999 UKR Yuriy Konovalyuk    aramis_1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
9999 POL Artur Zylinski      azim21     ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2003 USA Charles Linard      bocybo1    ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2004 CHN Wu Yi               bug27-1    ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
9999 RUS Evgenij Glazyrin    eug31      ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
1989 BRA Mario Joao Jr.      junior1    ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
9999 BLR Kurilo Sergey Kuril kurilo_se1 ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2004 ITA Matteo Agnelli      matteo_1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
9999 KAZ Meyrambek Zhaparov  meyrambek1 ***** ***** 90 ***** ***** 97 *xxxx xxxxx x  0 ..... .....  0  308
2000 BGD Muntasir Rahman     muntasi1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
1990 BGR Nikolai Stanoev     niki_st1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
9999 TWN Peter Yu            peter.y1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xsss sssss  0  308
2002 VNM Dinh Hong Minh      ph231221   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2003 GEO Dato Rachvelishvili rachvel1   ***** ***** 90 ***** ***** 97 *xxxx xxxxx x  0 ..... .....  0  308
9999 USA andrew royappa      royappa1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xxxx xxxxx  0  308
1998 BGD Rumana Sultana      rumana_su1 ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2000 BGD rahman sejuti       sej_rah2   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xxxx xxxxx  0  308
9999 BGR Stefan Marinov      stevema3   ***** ***** 90 ***** ***** 97 ..... ..... .  0 *xxxx xxttt  0  308
1991 CAN Troy Vasiga         tmjvasi1   ***** ***** 90 ***** ***** 97 ..... ..... .  0 ..... .....  0  308
2004 ROM Spiridon Alexandru  spirido1   **x** ***** 81 ..... .....  0 ***** *x*x* x 60 ..... .....  0  307
9999 POL Adrian Miedziński   miedziu31  ***** ***** 90 ***** ****x 85 ..... ..... .  0 ..... .....  0  287
2002 TWN Shin-pan Yang       i1234751   ***** ***** 90 *xsss sssss  0 ***xx *x*x* x 44 ..... .....  0  273
9999 POL Filip Skalski       fiszerm1   ***** ***** 90 *x*** *x*** 76 ..... ..... .  0 ..... .....  0  272
9999 ITA Alessandro Bugatti  alessan2   ***** ***** 90 *xxxx xxxxx  0 **xxx *x*xx x 25 **ttt ttttt  8  250
1988 ROM io tu               gazdac_cl1 *x*** *xxx* 41 *xxxx xxxxx  0 *xxx* ***** x 61 ..... .....  0  247
9999 POL Marek Kiszkis       marekki1   *x*** *xxx* 41 ***** ***** 97 ..... ..... .  0 ..... .....  0  231
2002 SYR Beshr Al Nahas      nahas_s1   *xxxx xxxxx  0 ***** ***** 97 *x**x xxxxx x 14 ..... .....  0  208
1999 BGD Faisal Akram        ami_eth1   ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2002 LTU Donatas Kulvicius   baza888001 ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
9999 POL Przemysław Derengow przemek1   ..... .....  0 ***** ***** 97 ..... ..... .  0 ..... .....  0  167
2003 CHN Bai Nan             bdcc1      ***** ***** 90 ..... .....  0 *xxxx xx*xx x  8 ..... .....  0  165
9999 CHN Ch Liu              3490410361 ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
9999 MAC christ aoieong      christb1   ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 *xxxx xtttt  0  141
2002 ROM oprea razvan        dark_ra2   ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0  141
2002 ROM Victor Apostol      drroqhy1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
1984 IRN esmail molla ahmadi empoly_2   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
9999 CAN Gerry Donaldson     gdonald1   ***** ***** 90 *xxxx xxxxx  0 *xxxx xxxxx x  0 ..... .....  0  141
9999 SYR khaled Sammouneh    kh_s1      ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
9999 YUG joe peric           perajoe1   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
2003 IDN Adipradana Kouwagam tokraja1   ***** ***** 90 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0  141
9999 CHN Qingyuan Zhao       usacoco2   ***** ***** 90 ..... .....  0 ..... ..... .  0 ..... .....  0  141
9999 CAN Mohannad Fahim Ali  mohannad.1 *xxxx xxxxx  0 ..... .....  0 ***** x*xxx x 43 ..... .....  0  129
2004 CHN Zhaonan Li          paullzn1   **x** ***** 81 ..... .....  0 ..... ..... .  0 ..... .....  0  127
2003 SYR Mahmoud Daass       m_daass1   ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2002 SGP Foo Chuan Sheng     t10662001  ***** *xxx* 51 ..... .....  0 ..... ..... .  0 ..... .....  0   80
2003 EGY hussein El Sayed    soka55s1   *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
9999 CHN Andriy Shevchenko   zou-milan1 *x*** *xxx* 41 ..... .....  0 ..... ..... .  0 ..... .....  0   64
9999 IDN faesal indrawan     fawan211   *xx** *xxx* 32 ..... .....  0 ..... ..... .  0 ..... .....  0   50
9999 CHN Chenlei Han         georgeh3   *xx*x xxxx* 16 ..... .....  0 *xxxx xexxx x  0 ..... .....  0   25
2004 IRN Faghri Faghri       fartash2   ..... .....  0 *xxxx xxxss  0 ..... ..... .  0 ..... .....  0    0
9999 ARG michel mizrahi      michel_1   ..... .....  0 *xxxx xxxxx  0 ..... ..... .  0 ..... .....  0    0
9999 CHN zhu hongcheng       zhuhche1   ..... .....  0 ..... .....  0 ..... ..... .  0 *xxxx xxxxx  0    0

====== Distributions =====

  Distribution by grade:
    Grde  #  Percent
    2005  77 (22.7%) *****************
    2006 116 (34.2%) **************************
    2007   1 ( 0.3%) 
    2007  92 (27.1%) ********************
    2008  32 ( 9.4%) *******
    2009  14 ( 4.1%) ***
    2010   7 ( 2.1%) *

  Distribution by country:
   Cntry  #  Percent
     ALB   1 ( 0.3%) 
     ARG   5 ( 1.5%) *
     AUS   1 ( 0.3%) 
     BGD   3 ( 0.9%) 
     BGR  15 ( 4.4%) ***
     BLR   5 ( 1.5%) *
     CAN  23 ( 6.8%) *****
     CHN  36 (10.6%) ********
     COL   3 ( 0.9%) 
     DEU   4 ( 1.2%) 
     EGY   2 ( 0.6%) 
     ESP   1 ( 0.3%) 
     EST   2 ( 0.6%) 
     FIN   1 ( 0.3%) 
     FRA   2 ( 0.6%) 
     GEO  13 ( 3.8%) **
     HRV   8 ( 2.4%) *
     IND   4 ( 1.2%) 
     IRN   6 ( 1.8%) *
     ITA   1 ( 0.3%) 
     KAZ  10 ( 2.9%) **
     KOR   1 ( 0.3%) 
     LTU   2 ( 0.6%) 
     MAC   8 ( 2.4%) *
     MDA   1 ( 0.3%) 
     MNG   1 ( 0.3%) 
     POL  38 (11.2%) ********
     ROM  22 ( 6.5%) ****
     RUS   1 ( 0.3%) 
     SAU   1 ( 0.3%) 
     SGP   2 ( 0.6%) 
     TKM   2 ( 0.6%) 
     TTO   1 ( 0.3%) 
     UKR   3 ( 0.9%) 
     USA 104 (30.7%) ***********************
     VNM   3 ( 0.9%) 
     YUG   3 ( 0.9%) 

===== Distribution of scores =====
951..1000 14  **************
901.. 950  7  *******
851.. 900 19  *******************
801.. 850  6  ******
751.. 800  5  *****
701.. 750 10  **********
651.. 700  6  ******
601.. 650  4  ****
551.. 600 14  **************
501.. 550 16  ****************
451.. 500 22  **********************
401.. 450 13  *************
351.. 400 25  *************************
301.. 350 36  ************************************
251.. 300 13  *************
201.. 250 24  ************************
151.. 200 23  ***********************
101.. 150 39  ***************************************
 51.. 100 26  **************************
  1..  50  6  ******
  0..   0 11  ***********

Prob            *   x   t   e   s
mpy.1           0   0   0   0   0
mpy.2         246  75   0   0   0
mpy.3         276  45   0   0   0
mpy.4         299  22   0   0   0
mpy.5         299  22   0   0   0
mpy.6         299  22   0   0   0
mpy.7         181 134   3   3   0
mpy.8         180 135   3   3   0
mpy.9         184 133   2   2   0
mpy.10        299  22   0   0   0
Total correct: 2263 (66.76%)

Prob            *   x   t   e   s
xword.1         0   0   0   0   0
xword.2       221  30   0   1   1
xword.3       220  28   1   3   1
xword.4       220  28   1   3   1
xword.5       213  35   1   3   1
xword.6       213  34   2   3   1
xword.7       212  34   2   3   2
xword.8       213  33   2   3   2
xword.9       213  33   2   3   2
xword.10      197  44   4   4   4
Total correct: 1922 (56.70%)

Prob            *   x   t   e   s
scino.1         0   0   0   0   0
scino.2       139  49  18   2   0
scino.3       156  46   4   1   1
scino.4       168  37   2   1   0
scino.5       126  79   2   1   0
scino.6       134  68   4   2   0
scino.7        94 104   4   6   0
scino.8       146  56   3   3   0
scino.9       108  94   3   3   0
scino.10       96 103   4   5   0
scino.11       35 166   5   2   0
Total correct: 1202 (32.23%)

Prob            *   x   t   e   s
money.1         0   0   0   0   0
money.2       120  52   8   0   0
money.3        96  50  32   0   2
money.4        92  49  38   0   1
money.5        92  49  38   0   1
money.6        91  49  39   0   1
money.7        90  49  40   0   1
money.8        82  50  46   0   2
money.9        70  45  63   0   2
money.10       69  45  62   0   4
Total correct: 802 (23.66%)