记录详情

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 192.0 KiB
#2 Accepted 1ms 212.0 KiB
#3 Runtime Error 1ms 200.0 KiB
#4 Wrong Answer 1ms 204.0 KiB
#5 Runtime Error 1ms 324.0 KiB
#6 Runtime Error 1ms 204.0 KiB
#7 Runtime Error 2ms 336.0 KiB
#8 Runtime Error 2ms 332.0 KiB
#9 Runtime Error 2ms 336.0 KiB
#10 Runtime Error 2ms 328.0 KiB

信息

递交者
类型
递交
题目
P1102 字符串还原
比赛
小兰赛 2019/9/28
语言
C++
递交时间
2019-09-28 11:55:52
评测时间
2019-09-28 11:55:52
评测机
分数
20
总耗时
17ms
峰值内存
336.0 KiB