记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < (s[2].length() + 1) / 2; i++)  //还原1
                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:60:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < (s[1].length() + 1) / 2; i++)  //还原1
                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:89:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < (s[0].length() + 1) / 2; i++)  //还原1
                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 504.0 KiB
#2 Accepted 1ms 864.0 KiB
#3 Runtime Error 1ms 224.0 KiB
#4 Wrong Answer 1ms 220.0 KiB
#5 Runtime Error 1ms 344.0 KiB
#6 Runtime Error 1ms 220.0 KiB
#7 Runtime Error 2ms 352.0 KiB
#8 Runtime Error 2ms 356.0 KiB
#9 Runtime Error 2ms 352.0 KiB
#10 Runtime Error 2ms 356.0 KiB

信息

递交者
类型
递交
题目
P1102 字符串还原
语言
C++
递交时间
2019-09-28 12:06:44
评测时间
2019-09-28 12:06:44
评测机
分数
20
总耗时
19ms
峰值内存
864.0 KiB