QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#879209#9700. Ying’s Cupucup-team5150#Compile Error//C++143.0kb2025-02-01 22:15:152025-02-01 22:15:16

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