记录详情

Accepted

/in/foo.cc: In function 'bool OK()':
/in/foo.cc:17:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  return Next.x >= 0 && Next.x < str.size() && str[Next.x] != ' ';
                        ~~~~~~~^~~~~~~~~~~~
/in/foo.cc: In function 'int BFS(int)':
/in/foo.cc:31:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (now.x == str.size() - 1)
       ~~~~~~^~~~~~~~~~~~~~~~~
/in/foo.cc:36:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   else if (now.x > str.size() - 1)
            ~~~~~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Accepted 18ms 960.0 KiB

信息

递交者
类型
递交
题目
跳跳跳跳跳跳跳跳跳跳跳跳...
语言
C++
递交时间
2020-12-12 00:46:55
评测时间
2020-12-12 00:46:55
评测机
分数
100
总耗时
22ms
峰值内存
960.0 KiB