Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:79:6: warning: unused variable 'tmp1' [-Wunused-variable] int tmp1=0,tmp2=0; ^~~~ /in/foo.cc:79:13: warning: unused variable 'tmp2' [-Wunused-variable] int tmp1=0,tmp2=0; ^~~~ /in/foo.cc:107:8: warning: array subscript is above array bounds [-Warray-bounds] At[100] = 0; ~~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- A10-2 有序子序列的合并
- 语言
- C++
- 递交时间
- 2019-09-26 23:30:24
- 评测时间
- 2019-09-26 23:30:24
- 评测机
- 分数
- 0
- 总耗时
- 7ms
- 峰值内存
- 208.0 KiB