#P5. [System Test] Double Quine
[System Test] 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
. - The program will be normalized to exactly one newline character at end of file.
- All
\r
characters will be automatically ignored.