I haven't been able to submit solutions to usaco.org since yesterday. Yesterday, it said that the servers were down completely and today it's giving the error in the picture.
I use
freopen("greedy.in", "r", stdin);
freopen("greedy.out", "w", stdout);
to print the answers and it's been working with no problems until now. Is anyone else having a similar problem ?