QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#320236 | #7871. 命运 | locsey | Compile Error | / | / | C++20 | 2.2kb | 2024-02-03 14:46:24 | 2024-02-03 14:46:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void Solver::mian()’: answer.code:38:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 38 | fprintf(stderr, "floor memery : %d\n", (&_st - &_ed) >> 20); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld answer.code:54:36: error: expected ‘;’ before ‘}’ token 54 | ans += w[i] | ^ | ; 55 | } if(K < 0) return puts("nonnondayo"), void(); | ~