#P89. Special Judge Test 2: Double Quine

Special Judge Test 2: 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. Will be normalized to exactly one newline character at end of file
  4. All \r characters will be automatically ignored