记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:36:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 1; i <= t; i++)
                 ~~^~~~
/tmp/cc0sY19N.o: In function `main':
foo.cc:(.text.startup+0x7): relocation truncated to fit: R_X86_64_PC32 against symbol `t' defined in .bss section in /tmp/cc0sY19N.o
foo.cc:(.text.startup+0x20): relocation truncated to fit: R_X86_64_PC32 against symbol `t' defined in .bss section in /tmp/cc0sY19N.o
foo.cc:(.text.startup+0x57): relocation truncated to fit: R_X86_64_PC32 against symbol `t' defined in .bss section in /tmp/cc0sY19N.o
foo.cc:(.text.startup+0x6c): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in /tmp/cc0sY19N.o
foo.cc:(.text.startup+0x7f): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in /tmp/cc0sY19N.o
foo.cc:(.text.startup+0x95): relocation truncated to fit: R_X86_64_PC32 against symbol `y' defined in .bss section in /tmp/cc0sY19N.o
/tmp/cc0sY19N.o: In function `_GLOBAL__sub_I_t':
foo.cc:(.text.startup+0x103): relocation truncated to fit: R_X86_64_PC32 against `.bss'
foo.cc:(.text.startup+0x121): relocation truncated to fit: R_X86_64_PC32 against `.bss'
collect2: error: ld returned 1 exit status
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
P1032 货币
语言
C++
递交时间
2021-04-27 22:19:14
评测时间
2021-04-27 22:19:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes