I tried to implement linear sieve in problem [problem:2004E] : [submission: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)↵
↵
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)↵