/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void dp(int)':
/in/foo.cc:12:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<son[x].size();i++)
              ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:38:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)
  ^~~
/in/foo.cc:44:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   dp(root);
   ^~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 552.0 KiB
#2 Runtime Error 7ms 8.461 MiB
#3 Wrong Answer 1ms 484.0 KiB
#4 Wrong Answer 1ms 476.0 KiB
#5 Runtime Error 7ms 8.59 MiB
#6 Runtime Error 7ms 8.566 MiB
#7 Runtime Error 7ms 8.508 MiB
#8 Wrong Answer 2ms 616.0 KiB
#9 Runtime Error 8ms 8.617 MiB
#10 Runtime Error 8ms 8.672 MiB

信息

递交者
类型
递交
题目
P1706 舞会
语言
C++
递交时间
2019-02-17 08:11:01
评测时间
2019-02-17 08:11:01
评测机
分数
0
总耗时
54ms
峰值内存
8.672 MiB