Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:52:6: warning: unused variable 'num' [-Wunused-variable] int num=0,pos; ^~~ /in/foo.cc:61:32: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] for(int i=1;i<=tar_set[pos][0];i++){ cout<<tar_set[pos][i]<<' '; } ~~~~~~~~~~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- P1626 爱在心中
- 语言
- C++
- 递交时间
- 2019-07-25 11:40:25
- 评测时间
- 2019-07-25 11:40:25
- 评测机
- 分数
- 0
- 总耗时
- 27ms
- 峰值内存
- 6.586 MiB