/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'bool canPass(const std::vector<std::vector<char> >&)':
/in/foo.cc:13:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   13 |         for (int j = 0; j < field[i].size(); ++j) {
      |                         ~~^~~~~~~~~~~~~~~~~
/in/foo.cc:26:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   26 |         for (int j = 0; j < field[i + 1].size(); ++j) {
      |                         ~~^~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 472.0 KiB

信息

递交者
类型
递交
比赛
2024_2025(1)C0023实验5+李强老师班级
语言
C++
递交时间
2024-11-21 17:12:59
评测时间
2024-11-21 17:12:59
评测机
分数
100
总耗时
4ms
峰值内存
472.0 KiB