Time Exceeded
/in/foo.cc: In function 'int main()': /in/foo.cc:23:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (len>strlen(st[i])) continue; ~~~^~~~~~~~~~~~~~ /in/foo.cc:31:16: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] cout << d(n)<< endl; ^ /in/foo.cc: In function 'int d(int)': /in/foo.cc:39:19: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] int i,a=1,b=2,c; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1458 遥控车
- 语言
- C++
- 递交时间
- 2017-11-01 16:46:26
- 评测时间
- 2017-11-01 16:46:26
- 评测机
- 分数
- 20
- 总耗时
- ≥5082ms
- 峰值内存
- ≥3.223 MiB