Rare verdict

Revision en1, by BuzzyBeez, 2024-08-16 10:05:14

I tried to implement linear sieve in problem 2004E - Not a Nim Problem : 276726470. It worked perfectly fine on my local machine.

However, that code recieved 'Compilation Error' and the following Checker comment:

Can't compile file:
Compiled file is too large [42653443 bytes], but maximal allowed size is 33554432 bytes [CompileRequest {id='program.cpp', description='', file='program.cpp', resources='', type='cpp.gcc13-64-winlibs-g++20'}].

Does anybody know what happened? Is it related to judges being overloaded ? (today there has been a rly long queue)

Tags weird verdict, resolved

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English BuzzyBeez 2024-08-16 10:30:45 0 (published)
en3 English BuzzyBeez 2024-08-16 10:30:06 0 Reverted to en1
en2 English BuzzyBeez 2024-08-16 10:29:13 0 (saved to drafts)
en1 English BuzzyBeez 2024-08-16 10:05:14 600 Initial revision (published)