/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int pdhw(int)':
/in/foo.cc:8:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 for(int i=1;i<=n/2;i++)
 ^~~
/in/foo.cc:11:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  return 1;
  ^~~~~~
/in/foo.cc: In function 'int jf(int)':
/in/foo.cc:21:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(c[n+1]!=0)
  ^~
/in/foo.cc:23:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   for(int i=n;i>=1;i--){
   ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Wrong Answer 3ms 368.0 KiB
#3 Accepted 3ms 372.0 KiB
#4 Accepted 3ms 256.0 KiB

信息

递交者
类型
递交
题目
P1304 回文数
语言
C++
递交时间
2017-06-01 19:50:19
评测时间
2017-06-01 19:50:19
评测机
分数
75
总耗时
12ms
峰值内存
384.0 KiB