Accepted
/in/foo.cc: In function 'int res(std::string)': /in/foo.cc:21:28: warning: comparison of integer expressions of different signedness: 'std::stack<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 21 | if (sta.size() > d) d = sta.size(); | ~~~~~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1054 OO11-6 括号的深度
- 比赛
- 2024级《面向对象的方法与实践》第五次作业
- 语言
- C++
- 递交时间
- 2025-05-10 20:10:04
- 评测时间
- 2025-05-10 20:10:04
- 评测机
- 分数
- 100
- 总耗时
- 10ms
- 峰值内存
- 532.0 KiB