记录详情

Accepted

/in/foo.cc: In member function 'int BitSet::test(int)':
/in/foo.cc:41:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (pos > (S.size() - 1))return 0;
             ~~~~^~~~~~~~~~~~~~~~
/in/foo.cc: In member function 'void BitSet::flip(int)':
/in/foo.cc:74:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (pos > (S.size() - 1))
             ~~~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 356.0 KiB

信息

递交者
类型
自测
题目
P1495 Problem 1D. 模拟bitset
语言
C++
递交时间
2023-10-04 11:15:53
评测时间
2023-10-04 11:15:53
评测机
分数
10
总耗时
2ms
峰值内存
356.0 KiB