egekabas's blog

By egekabas, history, 4 years ago, In English

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 ?

Full text and comments »

  • Vote: I like it
  • +10
  • Vote: I do not like it