QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#460081 | #985. Attractions On Plane | ucup-team1005 | Compile Error | / | / | C++20 | 5.3kb | 2024-06-30 21:42:19 | 2024-06-30 21:42:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:144:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘LL’ {aka ‘long long int’} [-Wformat=] 144 | debug("[%d, %d]: %lld (belong to %d)\n", i.l.fz, i.r.fz, i.c, i.id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | LL {aka long long int} answer.code:5:36: note: in definition of macro ‘debug’ 5 | #define debug(...) fprintf(stderr, __VA_ARGS__) | ^~~~~~~~~~~ answer.code:144:26: note: format string is defined here 144 | debug("[%d, %d]: %lld (belong to %d)\n", i.l.fz, i.r.fz, i.c, i.id); | ~^ | | | int | %lld answer.code:144:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘LL’ {aka ‘long long int’} [-Wformat=] 144 | debug("[%d, %d]: %lld (belong to %d)\n", i.l.fz, i.r.fz, i.c, i.id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | LL {aka long long int} answer.code:5:36: note: in definition of macro ‘debug’ 5 | #define debug(...) fprintf(stderr, __VA_ARGS__) | ^~~~~~~~~~~ answer.code:144:30: note: format string is defined here 144 | debug("[%d, %d]: %lld (belong to %d)\n", i.l.fz, i.r.fz, i.c, i.id); | ~^ | | | int | %lld answer.code: At global scope: answer.code:235:2: error: ‘ce’ does not name a type 235 | }ce | ^~