/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int judge(std::__cxx11::string)':
/in/foo.cc:13:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<s.size()/2;i++)
              ~^~~~~~~~~~~
/in/foo.cc: In function 'long long int stringtoint(std::__cxx11::string)':
/in/foo.cc:25:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<s.size();i++)
              ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 348.0 KiB
#2 Accepted 3ms 340.0 KiB
#3 Accepted 4ms 368.0 KiB
#4 Accepted 3ms 380.0 KiB

信息

递交者
类型
递交
题目
P1304 回文数
语言
C++
递交时间
2018-08-16 21:12:55
评测时间
2018-08-16 21:12:55
评测机
分数
100
总耗时
17ms
峰值内存
380.0 KiB