Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

Possible bug on Codeforces' Golang compiler?
Difference between en1 and en2, changed 241 character(s)
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 work
sed well on my laptop.

For example, you can compare following 2 submissions: [submission:20066554] and [submission:20066576]↵

After that,
 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) and, it got "Accepted".↵

For example, you can compare following 2 submissions: [submission:20066554] and [submission: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 some
onebody else encountered the same problem? ↵

I hope that Codeforces admins can read this post and fix it asap.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English orb 2016-08-23 08:56:12 241 (published)
en1 English orb 2016-08-23 08:53:07 926 Initial revision (saved to drafts)