/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main2()':
/in/foo.cc:93:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<n;i++) printf("%d ",ans[i]);printf("%d",ans[n]);
  ^~~
/in/foo.cc:93:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for (int i=1;i<n;i++) printf("%d ",ans[i]);printf("%d",ans[n]);
                                             ^~~~~~
/in/foo.cc: Assembler messages:
/in/foo.cc:103: Error: unsupported instruction `mov'
/in/foo.cc:104: Error: invalid instruction suffix for `push'

信息

递交者
类型
递交
题目
P2004 天天爱跑步
语言
C++
递交时间
2017-09-13 16:47:25
评测时间
2017-09-13 16:47:25
评测机
分数
0
总耗时
278ms
峰值内存
18.82 MiB