QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#311190#7876. Cyclic Substringsucup-team1002#Compile Error//C++204.5kb2024-01-22 02:59:252024-01-22 02:59:26

Details

answer.code:36:27: error: narrowing conversion of ‘-100663296’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]
   36 | static char buf[4000 << 20];
      |                           ^
answer.code:36:22: error: size ‘-100663296’ of array ‘buf’ is negative
   36 | static char buf[4000 << 20];
      |                 ~~~~~^~~~~