记录详情

Wrong Answer

/in/foo.cc: In function 'bool IsHuiWen(std::__cxx11::string)':
/in/foo.cc:8:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i = 0, j = len-1; i <= j; i++, j--)   
   ^~~
/in/foo.cc:11:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    return true;
    ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Wrong Answer 2ms 216.0 KiB
#3 Accepted 2ms 216.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Accepted 1ms 216.0 KiB
#6 Accepted 1ms 216.0 KiB
#7 Accepted 1ms 216.0 KiB
#8 Accepted 2ms 216.0 KiB
#9 Accepted 1ms 216.0 KiB
#10 Wrong Answer 1ms 216.0 KiB

信息

递交者
类型
递交
题目
(ty 1-1) 多进制回文数
比赛
2019-1-20寒假集训1
语言
C++
递交时间
2019-01-20 09:22:15
评测时间
2019-01-20 09:22:15
评测机
分数
80
总耗时
19ms
峰值内存
216.0 KiB