fork download
  1. #include <iostream>
  2.  
  3.  
  4. int main () {
  5.  
  6. std::cout<<R"(I don't know but I can now write \\\too with \)"<<std::endl;
  7. std::cout<<R"(C:\This\file\resides\here.txt)";
  8. }
Success #stdin #stdout 0s 3296KB
stdin
Standard input is empty
stdout
I don't know but I can now write \\\too with \
C:\This\file\resides\here.txt