Accepted
/in/foo.cc: In function 'bool isBalanced(const std::vector<int>&)': /in/foo.cc:15:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 15 | for (int i = 0; i < a.size(); ++i) { | ~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2807 平衡序列3级1 2024.9
- 语言
- C++
- 递交时间
- 2025-05-02 11:48:03
- 评测时间
- 2025-05-02 11:48:03
- 评测机
- 分数
- 100
- 总耗时
- 164ms
- 峰值内存
- 584.0 KiB