Hello,
I don't know where to report this, so I write it here.
There were many times that I got a "Compilation error" when submitting my solution in Go language, with following message:
Can't compile file:
The system cannot find the path specified.
While the solution worked well on my laptop. When I just changed the order of "import" statements a little bit and resubmitted (because Codeforces doesn't allow to submit exact the same solution), it got "Accepted".
For example, you can compare following 2 submissions: 20066554 and 20066576
This happened quite frequently. I don't know whether it was because of the old version of Go 1.5.2 (the latest version of Go is 1.7) or something else.
Has somebody else encountered the same problem?
I hope that Codeforces admins can read this post and fix it asap.