记录详情

Accepted

/in/foo.cc: In function 'int f(std::__cxx11::string)':
/in/foo.cc:13:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < a.length(); i++)
                  ~~^~~~~~~~~~~~
/in/foo.cc:27:26: warning: 'next.point::y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return abs(next.x) + abs(next.y);
                       ~~~^~~~~~~~
/in/foo.cc:27:12: warning: 'next.point::x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return abs(next.x) + abs(next.y);
         ~~~^~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Accepted 1ms 220.0 KiB

信息

递交者
类型
递交
题目
无聊的17
语言
C++
递交时间
2019-02-11 15:36:08
评测时间
2019-02-11 15:36:08
评测机
分数
30
总耗时
4ms
峰值内存
228.0 KiB