Submit solution
Points:
0 (partial)
Time limit:
2.0s
Memory limit:
256M
Author:
Problem type
Allowed languages
Perl
It is a well-known fact that Perl programs tend to be unreadable. The confusing symbols and obscure syntax make code written in Perl nearly impossible to understand. That is why, in this problem, you will be asked to write a Perl program that only uses alphanumeric characters and spaces. More specifically, your program should output DMOJ
times, each on a separate line.
Note: You may only submit to this problem in Perl.
Input Specification
There is no input.
Output Specification
Output the text below (with a trailing newline):
DMOJ
DMOJ
DMOJ
DMOJ
DMOJ
DMOJ
DMOJ
DMOJ
DMOJ
DMOJ
Scoring
Your score will be computed based on the length of your source code, the shorter the better. For an -byte program,
- if , you will receive the full points.
- if , you will receive points.
Comments