#P89. Special Judge Test 2: Double Quine
Special Judge Test 2: Double Quine
Person in charge
Problem Description
Write a C++ program that:
- Outputs its own source code twice to file
double_quine.out
- Does not read from input file
double_quine.in
- Will be normalized to exactly one newline character at end of file
- All
\r
characters will be automatically ignored