/ TYWZ /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:10: warning: unused variable 'sum' [-Wunused-variable]
  int T,n,sum=0,W1;
          ^~~
/tmp/cc3a1pIn.o: In function `main':
foo.cc:(.text.startup+0x95): relocation truncated to fit: R_X86_64_PC32 against symbol `w' defined in .bss section in /tmp/cc3a1pIn.o
foo.cc:(.text.startup+0x9c): relocation truncated to fit: R_X86_64_PC32 against symbol `v' defined in .bss section in /tmp/cc3a1pIn.o
/tmp/cc3a1pIn.o: In function `_GLOBAL__sub_I_v':
foo.cc:(.text.startup+0x273): relocation truncated to fit: R_X86_64_PC32 against `.bss'
foo.cc:(.text.startup+0x291): relocation truncated to fit: R_X86_64_PC32 against `.bss'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
NP Knapsack
语言
C++
递交时间
2019-02-01 17:21:27
评测时间
2019-02-01 17:21:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes