Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:37:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=map[k]-k+1;i<map[k];i++)printf("%d ",a[i]);printf("%d\n",a[map[k]]); ^~~ /in/foo.cc:37:58: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(int i=map[k]-k+1;i<map[k];i++)printf("%d ",a[i]);printf("%d\n",a[map[k]]); ^~~~~~
信息
- 递交者
- 类型
- 自测
- 题目
- P1000 A+B Problem
- 语言
- C++
- 递交时间
- 2017-06-09 12:51:58
- 评测时间
- 2017-06-09 12:51:58
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 328.0 KiB