QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#468483 | #7523. Partially Free Meal | Little_Penguin | Compile Error | / | / | C++14 | 1.9kb | 2024-07-08 21:03:01 | 2024-07-08 21:03:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:54:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 54 | scanf("%lld", &n); | ~~~~~^~~~~~~~~~~~ answer.code:56:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 56 | scanf("%lld%lld", &a[i].a, &a[i].b); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/ccDl6Zgl.o: in function `upd(long long&, long long, long long, long long, long long, long long)': answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x33): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x48): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0xd8): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0xf5): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x1e3): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x201): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x33b): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x358): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x383): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x3a1): relocation truncated to fit: R_X86_64_PC32 against symbol `Idx' defined in .bss section in /tmp/ccDl6Zgl.o answer.code:(.text._Z3updRxxxxxx[_Z3updRxxxxxx]+0x3e5): additional relocation overflows omitted from the output collect2: error: ld returned 1 exit status