/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'std::vector<short int>& operator++(std::vector<short int>&)':
/in/foo.cc:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < self.size(); i++)
                  ~~^~~~~~~~~~~~~
/in/foo.cc: In function 'bool hw(const std::vector<short int>&)':
/in/foo.cc:28:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < (arg.size()>>1); i++)
                  ~~^~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 228.0 KiB
#2 Wrong Answer 1ms 220.0 KiB
#3 Accepted 1ms 228.0 KiB
#4 Accepted 1ms 212.0 KiB

信息

递交者
类型
递交
题目
P1304 回文数
语言
C++
递交时间
2020-09-23 02:06:16
评测时间
2020-09-23 02:06:16
评测机
分数
75
总耗时
6ms
峰值内存
228.0 KiB