/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void findLongestMatch(std::__cxx11::string&, std::__cxx11::string&, std::vector<bool>&)':
/in/foo.cc:28:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (maxLength > longestStr.size()) {
         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 312.0 KiB
#2 Wrong Answer 2ms 320.0 KiB
#3 Runtime Error 3ms 316.0 KiB
#4 Runtime Error 3ms 316.0 KiB

信息

递交者
类型
递交
题目
P1572 小委出发
语言
C++
递交时间
2017-09-27 14:49:52
评测时间
2017-09-27 14:49:52
评测机
分数
1
总耗时
12ms
峰值内存
320.0 KiB