agrawal-d / cph

Makes judging, compiling, and downloading problems for competitive programming easy.
https://agrawal-d.github.io/cph
GNU General Public License v3.0
823 stars 137 forks source link

Stderr not working #419

Open adarshnarayan04 opened 9 months ago

adarshnarayan04 commented 9 months ago

I have trying to store the my cerr using

ifndef ONLINE_JUDGE

freopen("Error.txt", "w", stderr);

endif

But it not working while it is working on sublime

harshgarg10 commented 8 months ago

Yes, I have the same issue

harshgarg10 commented 8 months ago

have you find any solution of it?

adarshnarayan04 commented 3 months ago

No, just output it using cout instead of cerr

adarshnarayan04 commented 3 months ago

And add it to online judge When online judge is enabled it does not show it