Welcome to the world of Code Golf. Code golf, according to Wikipedia is:
Code golf is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that implements a certain algorithm.
It is so interesting and challenging that there is a Stackexchange website for it with the name Programming Puzzles & Code Golf (the problems in this contest will not be from this website in case you wonder! xP)
From years, it has been a ritual that every coder's first code is a "Hello, world!" program, and we will be following the same ritual. In this program, all you need to do is print "Hello, Code Golf!" (without quotes) to the standard output N number of times, where N is input to the program.
SCORING
Scores will be calculated as follows:
Score = (1 - c / 500) * 50
,
where c
is the number of characters in your code. In case the characters exceed 500, your score will be zero.