/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < isbn.length() - 1; i++) {
                                      ^
# 状态 耗时 内存占用
#1 Runtime Error terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr 3ms 588.0 KiB
#2 Runtime Error terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr 3ms 464.0 KiB

信息

递交者
类型
自测
题目
P1484 ISBN号码
语言
C++
递交时间
2017-03-26 13:55:44
评测时间
2017-03-26 13:55:45
评测机
分数
0
总耗时
6ms
峰值内存
588.0 KiB