/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:20: 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: __pos (which is 2) > this->size() (which is 0) 2ms 488.0 KiB
#2 Runtime Error terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr: __pos (which is 2) > this->size() (which is 0) 3ms 384.0 KiB

信息

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