QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#311190 | #7876. Cyclic Substrings | ucup-team1002# | Compile Error | / | / | C++20 | 4.5kb | 2024-01-22 02:59:25 | 2024-01-22 02:59:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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]; | ~~~~~^~~~~