记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=n;i++)
  ^~~
/in/foo.cc:38:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
    return 0;
    ^~~~~~
/tmp/cczOML6l.o: In function `_GLOBAL__sub_I_a':
foo.cc:(.text.startup+0x163): relocation truncated to fit: R_X86_64_PC32 against `.bss'
foo.cc:(.text.startup+0x181): relocation truncated to fit: R_X86_64_PC32 against `.bss'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
统计数字(Noip2007)
题目数据
下载
语言
C++
递交时间
2018-12-16 13:43:33
评测时间
2018-12-16 13:52:26
评测机
分数
0
总耗时
1224ms
峰值内存
135.184 MiB