/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'll FAKEDFS(Graph&, int)':
/in/foo.cc:65:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'void output()':
/in/foo.cc:118:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=1;j<block[i].size();j++)
               ~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void buildtree(int)':
/in/foo.cc:80:9: warning: 'rt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  FAKEDFS(tree[t],rt);
  ~~~~~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 18ms 31.309 MiB
#2 Wrong Answer 14ms 31.312 MiB
#3 Wrong Answer 12ms 31.43 MiB
#4 Accepted 11ms 31.438 MiB
#5 Accepted 11ms 31.305 MiB
#6 Wrong Answer 11ms 31.309 MiB
#7 Wrong Answer 13ms 31.434 MiB
#8 Wrong Answer 13ms 31.309 MiB

信息

递交者
类型
递交
题目
P1683 有根树的同构问题
语言
C++
递交时间
2017-09-15 19:10:21
评测时间
2017-09-15 19:10:21
评测机
分数
30
总耗时
107ms
峰值内存
31.438 MiB