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

mrTux's blog

By mrTux, 11 years ago, In English

[problem:166e]in the problem 166e i can't have more than 32mb while it's written in the memory part of the problem "memory limit per test:256 megabytes"!!

this is the report when i unexpectedly faced the Compilation error: "Can't compile program.cpp:Compiled file is too large [80663040 bytes], but maximal allowed size is 33554432 bytes [CompileRequest {id='program.cpp', description='', file='program.cpp', type='cpp.g++0x'}].".i'm sure that the only problem my code can contain is memory limit as when i reduced the memory of my code it compiled & passed 12 tests.and this is my code.

  • Vote: I like it
  • 0
  • Vote: I do not like it