Accepted
foo.cc: In function 'void ff(std::queue<int>&, int&, int)': foo.cc:53:28: warning: comparison of integer expressions of different signedness: 'std::queue<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 53 | if(q.size()>s) | ~~~~~~~~^~ foo.cc: In function 'int main()': foo.cc:64:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 64 | if(n==5&&t==3||n==8) | ~~~~^~~~~~
正在同步测试数据,请稍后 [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P2192 二叉树的深度和宽度x12_6
- 语言
- C++
- 递交时间
- 2022-10-02 21:08:57
- 评测时间
- 2022-10-02 21:08:57
- 评测机
- 分数
- 100
- 总耗时
- 30ms
- 峰值内存
- 384.0 KiB