#P5. [System Test] Double Quine

[System Test] Double Quine

Person in Charge

Problem Description

Write a C++ program that:

  1. Outputs its own source code twice to file double_quine.out.
  2. Does not read from input file double_quine.in .
  3. The program will be normalized to exactly one newline character at end of file.
  4. All \r characters will be automatically ignored.