fork download
  1. #include <iostream>
  2. #include <string>
  3.  
  4. int main()
  5. {
  6. std::string newline = std::string("\n");
  7.  
  8. std::cout << "Testing..." << newline << newline << "[status-norepro]\n";
  9. std::cout << "Please post your actual code.";
  10. }
Success #stdin #stdout 0s 3060KB
stdin
Standard input is empty
stdout
Testing...

[status-norepro]
Please post your actual code.