fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6. const char* a = "\\\\\"\"\\\\";
  7. const char* b = R"raw(\\""\\)raw";
  8.  
  9. cout << a << endl;
  10. cout << b << endl;
  11.  
  12.  
  13. }
Success #stdin #stdout 0s 4352KB
stdin
Standard input is empty
stdout
\\""\\
\\""\\