Accepted
/in/foo.cc:6:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main(){ ^ /in/foo.cc: In function 'int main()': /in/foo.cc:17:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(register int i=1;i<=n;i++) printf("%d\n",ans[i]);return 0; ^~~ /in/foo.cc:17:58: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(register int i=1;i<=n;i++) printf("%d\n",ans[i]);return 0; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1063 最省时的方案
- 比赛
- AOGC2020赛季1.2
- 语言
- C++
- 递交时间
- 2020-03-26 13:54:54
- 评测时间
- 2020-03-26 13:54:54
- 评测机
- 分数
- 100
- 总耗时
- 112ms
- 峰值内存
- 12.293 MiB