【April Fools Day Contest 2014B】【愚人节脑洞 学会看编译信息】Mysterious Language 猜编译语言

B. Mysterious Language
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

You are given a mysterious language (codenamed "Secret") available in "Custom Invocation" tab. Figure out what this language is and write a program which prints its name. Note that the program must be written in this language.

Input

This program has only one test (your program doesn't have to read anything).

Output

Output the name of the mysterious language. Note that the name is case-sensitive and might contain digits and special characters.

Examples
Note

Some scientists disagree on what should be considered as a language and what should be considered as a dialect.


! A simple Hello, World! program
      PROGRAM HELLO
        WRITE (UNIT=*, FMT=*) 'FORTRAN 77'
      END


你可能感兴趣的:(codeforces,题库-CF)