Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0,j=a.size()-1;i<a.size(),j>=0;i++,j--){
                           ~^~~~~~~~~
/in/foo.cc:9:28: warning: value computed is not used [-Wunused-value]
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 哈希回文(临时)
 - 语言
 - C++
 - 递交时间
 - 2018-09-15 10:04:26
 - 评测时间
 - 2018-09-15 10:04:26
 - 评测机
 
- 分数
 - 220
 - 总耗时
 - 29ms
 - 峰值内存
 - 384.0 KiB