/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int dfs(int)':
/in/foo.cc:13:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<e[x].size();i++)
              ~^~~~~~~~~~~~
/in/foo.cc:19:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<st.size();i++)
              ~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 208.0 KiB
#2 Accepted 2ms 224.0 KiB
#3 Accepted 2ms 216.0 KiB
#4 Accepted 2ms 228.0 KiB
#5 Wrong Answer 2ms 216.0 KiB
#6 Runtime Error 3ms 228.0 KiB
#7 Runtime Error 3ms 216.0 KiB
#8 Runtime Error 4ms 228.0 KiB

信息

递交者
类型
递交
题目
P1683 有根树的同构问题
语言
C++
递交时间
2020-07-21 11:04:50
评测时间
2020-07-21 11:04:50
评测机
分数
40
总耗时
22ms
峰值内存
228.0 KiB