Previously the scoring system took only the base score of the problem and no of attempts taken to solve it for calculation of score.
The major change we are incorporating is the difficulty level of the problem in the scoring scheme.The number of points you get on solving a problem depends on how many hackers have solved the problem and how many attempts they took.
So if you solve a problem which no-one has solved,you will get more points than solving a problem which is solved by numerous people.
Your score dynamically changes as more people solve the problem.



