QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#469226 | #6376. LaLa and Lamp | GuanYunchang | Compile Error | / | / | C++14 | 1.8kb | 2024-07-09 16:27:02 | 2024-07-09 16:27:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:56:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 56 | scanf("%s",c+1); | ~~~~~^~~~~~~~~~ /tmp/ccxjPSaJ.o: in function `solve()': answer.code:(.text+0x8b): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in /tmp/ccxjPSaJ.o answer.code:(.text+0x9e): relocation truncated to fit: R_X86_64_PC32 against symbol `a' defined in .bss section in /tmp/ccxjPSaJ.o answer.code:(.text+0xea): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in /tmp/ccxjPSaJ.o answer.code:(.text+0x1b4): relocation truncated to fit: R_X86_64_PC32 against symbol `a' defined in .bss section in /tmp/ccxjPSaJ.o answer.code:(.text+0x3df): relocation truncated to fit: R_X86_64_PC32 against symbol `num' defined in .bss section in /tmp/ccxjPSaJ.o answer.code:(.text+0x436): relocation truncated to fit: R_X86_64_PC32 against symbol `num' defined in .bss section in /tmp/ccxjPSaJ.o answer.code:(.text+0x466): relocation truncated to fit: R_X86_64_PC32 against symbol `num' defined in .bss section in /tmp/ccxjPSaJ.o collect2: error: ld returned 1 exit status