Time Exceeded
/in/foo.cc: In function 'int main()': /in/foo.cc:10:8: warning: label 'std' defined but not used [-Wunused-label] std:queue<int> Q; ^~~ /in/foo.cc:14:15: warning: iteration 1001 invokes undefined behavior [-Waggressive-loop-optimizations] dist[i]=-1; ~~~~~~~^~~ /in/foo.cc:12:18: note: within this loop for(int i=0;i<=1001;i++) ~^~~~~~ /in/foo.cc:6:28: warning: 'j' is used uninitialized in this function [-Wuninitialized] int dist[1001],cur,next,s,j,a[11],t; ^
信息
- 递交者
- 类型
- 递交
- 题目
- Moving Chess
- 比赛
- 2019.1.29测验
- 语言
- C++
- 递交时间
- 2019-01-29 17:24:30
- 评测时间
- 2019-01-29 17:24:30
- 评测机
- 分数
- 0
- 总耗时
- ≥2001ms
- 峰值内存
- ≥208.0 KiB