Accepted
/in/foo.cc: In function 'void tree(int)': /in/foo.cc:15:37: warning: statement is a reference, not call, to function 'exit' [-Waddress] if (a[k]==m) { cout<<ans<<endl; exit; } ^ /in/foo.cc:15:37: warning: statement has no effect [-Wunused-value]
信息
- 递交者
- 类型
- 递交
- 题目
- P1019 查找二叉树(tree_a)
- 语言
- C++
- 递交时间
- 2019-03-29 14:52:10
- 评测时间
- 2019-03-29 14:52:10
- 评测机
- 分数
- 80
- 总耗时
- 13ms
- 峰值内存
- 668.0 KiB