QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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]; | ~~~~~^~~~~