/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool check(double)':
/in/foo.cc:64:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=0;i<C;++i)a[i]=1.0/(i+1)-P*up*(i+1);dfs(1,0);
  ^~~
/in/foo.cc:64:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=0;i<C;++i)a[i]=1.0/(i+1)-P*up*(i+1);dfs(1,0);
                                                ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:86:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(mp[x][y])continue;mp[x][y]=1;
   ^~
/in/foo.cc:86:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(mp[x][y])continue;mp[x][y]=1;
                        ^~
# 状态 耗时 内存占用
#1 Accepted 463ms 15.16 MiB
#2 Accepted 520ms 15.02 MiB
#3 Accepted 553ms 15.188 MiB
#4 Accepted 609ms 15.832 MiB
#5 Accepted 670ms 16.328 MiB
#6 Accepted 347ms 16.082 MiB
#7 Accepted 332ms 15.637 MiB
#8 Accepted 312ms 16.441 MiB
#9 Accepted 313ms 16.141 MiB
#10 Accepted 297ms 16.324 MiB
#11 Accepted 151ms 9.203 MiB
#12 Accepted 164ms 9.348 MiB
#13 Wrong Answer 178ms 9.484 MiB
#14 Accepted 1122ms 7.609 MiB
#15 Accepted 227ms 7.59 MiB
#16 Wrong Answer 97ms 9.34 MiB
#17 Accepted 100ms 9.344 MiB
#18 Accepted 529ms 9.215 MiB
#19 Wrong Answer 31ms 11.586 MiB
#20 Accepted 128ms 9.688 MiB

信息

递交者
类型
递交
题目
P1962 嫁接树
语言
C++
递交时间
2020-05-10 12:04:42
评测时间
2020-05-10 12:04:42
评测机
分数
85
总耗时
7152ms
峰值内存
16.441 MiB