/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int dfs(int, int, int)':
/in/foo.cc:21:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:6: warning: unused variable 'dx' [-Wunused-variable]
  int dx[10000];
      ^~
/in/foo.cc:31:2: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
  for(int i;i<=n;i++)
  ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 200.0 KiB
#2 Wrong Answer 2ms 316.0 KiB
#3 Wrong Answer 1ms 316.0 KiB
#4 Wrong Answer 9ms 328.0 KiB
#5 Wrong Answer 9ms 316.0 KiB
#6 Wrong Answer 9ms 316.0 KiB
#7 Runtime Error 6ms 340.0 KiB
#8 Runtime Error 6ms 336.0 KiB
#9 Runtime Error 4ms 340.0 KiB
#10 Runtime Error 4ms 332.0 KiB

信息

递交者
类型
递交
题目
P1979 信息传递
语言
C++
递交时间
2018-10-29 17:05:49
评测时间
2018-10-29 17:05:49
评测机
分数
0
总耗时
57ms
峰值内存
340.0 KiB