fork download
  1.  
  2. #include <fstream>
  3.  
  4. int main()
  5. {
  6. std::ofstream test;
  7. test.open("./usr/lib/crt1.o");
  8. test.close();
  9. }
Success #stdin #stdout 0s 2956KB
stdin
Standard input is empty
stdout
Standard output is empty