QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#879209 | #9700. Ying’s Cup | ucup-team5150# | Compile Error | / | / | C++14 | 3.0kb | 2025-02-01 22:15:15 | 2025-02-01 22:15:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:121:28: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘int’ [-Wformat=] 121 | printf("%lld\n",ans[i]); | ~~~^ ~~~~~~ | | | | | int | long long int | %d /tmp/ccl0NwSA.o: in function `adde(int, int)': answer.code:(.text+0x296): relocation truncated to fit: R_X86_64_PC32 against symbol `tot' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x29d): relocation truncated to fit: R_X86_64_PC32 against symbol `ver' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x2ac): relocation truncated to fit: R_X86_64_PC32 against symbol `tot' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x2b6): relocation truncated to fit: R_X86_64_PC32 against symbol `head' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x2bd): relocation truncated to fit: R_X86_64_PC32 against symbol `nxt' defined in .bss section in /tmp/ccl0NwSA.o /tmp/ccl0NwSA.o: in function `C(int, int)': answer.code:(.text+0x308): relocation truncated to fit: R_X86_64_PC32 against symbol `inv' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x317): relocation truncated to fit: R_X86_64_PC32 against symbol `fac' defined in .bss section in /tmp/ccl0NwSA.o /tmp/ccl0NwSA.o: in function `dfs(int, int)': answer.code:(.text+0x3b3): relocation truncated to fit: R_X86_64_PC32 against symbol `head' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x3e4): relocation truncated to fit: R_X86_64_PC32 against symbol `ver' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x3fe): relocation truncated to fit: R_X86_64_PC32 against symbol `nxt' defined in .bss section in /tmp/ccl0NwSA.o answer.code:(.text+0x410): additional relocation overflows omitted from the output collect2: error: ld returned 1 exit status