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));
                                                 ~~~~~~~~~~^~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P1572 小委出发
- 语言
- C++
- 递交时间
- 2017-09-27 02:12:49
- 评测时间
- 2017-09-27 02:12:49
- 评测机
- 分数
- 2
- 总耗时
- 142ms
- 峰值内存
- 2.238 MiB