/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool CheckReverse(Date)':
/in/foo.cc:192:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int i = 0; i < solo._ori.length(); i++) {
                    ~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void DisplayDateList()':
/in/foo.cc:254:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int i = 0; i < _myList.size(); i++) {
                    ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void DisplayIntList(std::vector<int>)':
/in/foo.cc:353:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < theList.size(); i++) {
                  ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int GenFitNum(int)':
/in/foo.cc:394:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < bitList.size(); i++) {
                  ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int CalcDays(Date)':
/in/foo.cc:249:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 2ms 216.0 KiB
#3 Accepted 1ms 224.0 KiB
#4 Accepted 2ms 216.0 KiB
#5 Accepted 2ms 228.0 KiB
#6 Accepted 1ms 216.0 KiB
#7 Accepted 1ms 228.0 KiB
#8 Accepted 2ms 220.0 KiB
#9 Accepted 5ms 228.0 KiB
#10 Accepted 6ms 216.0 KiB

信息

递交者
类型
递交
题目
P2010 回文日期
语言
C++
递交时间
2020-05-09 18:36:47
评测时间
2020-05-09 18:36:47
评测机
分数
100
总耗时
28ms
峰值内存
228.0 KiB