Bug in CodeForces (and Scala?)

Revision en1, by wrick, 2016-02-20 22:47:13

I submitted 16248609 and it failed with a compilation error: Can't compile file: File should contain class/object named as the file.

I could not figure out what was wrong with my submission since it compiled fine locally; so I submitted it again and CodeForces complained that I am trying to submit the same file! So I removed an empty line and submitted it again and 16248804 got accepted!

629A - Far Relative’s Birthday Cake was a really unlucky problem for me as I ran into a surprising Scala issue too which gave me a TLE: http://stackoverflow.com/questions/35528057/scala-performance-difference-between-nested-for-loops

Tags scala, bug

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English wrick 2016-02-20 22:49:37 152
en1 English wrick 2016-02-20 22:47:13 668 Initial revision (published)