/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<NumInfo>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   36 |         for (int i = 0; i < numInfos.size(); ++i) {
      |                         ~~^~~~~~~~~~~~~~~~~
/in/foo.cc:38:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<NumInfo>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   38 |             if (i < numInfos.size() - 1) {
      |                 ~~^~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 340.0 KiB

信息

递交者
类型
递交
比赛
2024_2025(1)C0023实验8+李强老师班级
语言
C++
递交时间
2025-01-01 09:30:57
评测时间
2025-01-01 09:30:57
评测机
分数
10
总耗时
5ms
峰值内存
340.0 KiB