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

Possible bug on Codeforces' Golang compiler?

Revision en2, by orb, 2016-08-23 08:56:12

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.

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)