记录详情

Wrong Answer

foo.cc: In function 'std::__cxx11::string my_add(std::__cxx11::string, std::__cxx11::string, int)':
foo.cc:35:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < a.length(); i++)
                  ~~^~~~~~~~~~~~
foo.cc: In function 'bool check(std::__cxx11::string)':
foo.cc:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < a.length(); i++)
                  ~~^~~~~~~~~~~~
foo.cc: In function 'std::__cxx11::string xx(std::__cxx11::string)':
foo.cc:58:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < x.length(); i++)
                  ~~^~~~~~~~~~~~

自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-23T09:41:28.961Z","handle":"2020-02-23T09:41:28.961Z","cache_start":"2020-02-23T09:41:28.961Z","read_cases":"2020-02-23T09:41:29.144Z","judge":"2020-02-23T09:41:29.145Z","done":"2020-02-23T09:41:29.764Z"}
# 状态 耗时 内存占用
#1 Accepted 3ms 296.0 KiB
#2 Wrong Answer 3ms 268.0 KiB
#3 Accepted 3ms 268.0 KiB
#4 Accepted 3ms 272.0 KiB

信息

递交者
类型
递交
题目
P1134 回文数
语言
C++
递交时间
2020-02-23 17:41:28
评测时间
2020-02-23 17:41:28
评测机
分数
75
总耗时
12ms
峰值内存
296.0 KiB