Please read the new rule regarding the restriction on the use of AI tools. ×

BuzzyBeez's blog

By BuzzyBeez, history, 6 weeks ago, In English

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)

Full text and comments »

  • Vote: I like it
  • +11
  • Vote: I do not like it