QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#562435 | #7471. ODT | yoy68 | Compile Error | / | / | C++14 | 5.1kb | 2024-09-13 17:36:36 | 2024-09-13 17:36:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void debug(long long int)’: answer.code:135:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=] 135 | debug(lc[u]); printf("%d ", val[u]); debug(rc[u]); | ~^ ~~~~~~ | | | | int long long int | %lld At global scope: cc1plus: error: ‘::main’ must return ‘int’