Scoring System

  • Only programs which produce the correct output in all the languages used to write the polyglot program will be evaluated.
  • The problems are of varying difficulty
    Level Problems Score
    (S)
    Bonus(for each extra language added other than the indicated minimum)
    1 POLY, CITY 5 0.2
    2 REV, LUCAS, SEARCH 10 0.4
    3 WEIGH 12 0.6
    4 QUINE, RECO 15 0.8

    The score for each problem is calculated using the following equation.
    Score for each problem =(S - (length of the code/1000) + (number of extra languages other than indicated minimum * Bonus))*10

    Suppose you solve the problem RECO in a 3 language Polyglot and 2500 characters of code.
    then,
    Score = (15 - (2500/1000) + (1*0.8))*10
    = 133