External Output Files

If I open a new file for writing with fopen and write data to it, where I can find that file on my computer ?

Files are saved on CodinGame (processes are started on CodinGame side, not on your own computer) and erased when your process dies. In other words, you cannot retrieve your file(s) content (but it’s possible to print it out on standard error and get it from the console).

1 Like