Andyman's Golf Course - Hole 1 - One Hundred

View as PDF

Submit solution


Points: 0
Time limit: 1.0s
Memory limit: 256M

Author:
Problem type
Allowed languages
Python

For the first hole of AndyMan68's golf course, he would like you to warm up your skills.

The task for this hole in the golf course is to simply print the numbers from 1 to 100, each on its own line.

Input Specification

There is no input.

Output Specification

Output the positive integers from 1 to 100 inclusive, each on its own line.

Scoring

If the program outputs the numbers correctly, you will receive a score of

  • 0 if the length of the code in bytes exceeds 40
  • 100 if the length of the code in bytes is less than 25
  • (125-N)\times \frac{25}{N} where N is the length of code in bytes, if 25\le N \le40

Comments

There are no comments at the moment.