/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:62:75: warning: left operand of comma operator has no effect [-Wunused-value]
                         *longestStrPtr = currentStrPtr->substr((lastIndex + 1, currentStrPtr->size() - 1 - lastIndex));
                                                                 ~~~~~~~~~~^~~
/in/foo.cc:76:59: warning: left operand of comma operator has no effect [-Wunused-value]
         *longestStrPtr = currentStrPtr->substr((lastIndex + 1, currentStrPtr->size() - 1 - lastIndex));
                                                 ~~~~~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 312.0 KiB
#2 Accepted 3ms 320.0 KiB
#3 Wrong Answer 16ms 696.0 KiB
#4 Wrong Answer 118ms 2.238 MiB

信息

递交者
类型
递交
题目
P1572 小委出发
语言
C++
递交时间
2017-09-27 02:12:49
评测时间
2017-09-27 02:12:49
评测机
分数
2
总耗时
142ms
峰值内存
2.238 MiB