Runtime Error

foo.cc: In function 'int dfs(int, int)':
foo.cc:35:1: warning: no return statement in function returning non-void [-Wreturn-type]
   35 | }
      | ^
foo.cc:24:5: warning: infinite recursion detected [-Winfinite-recursion]
   24 | int dfs(int x,int y)
      |     ^~~
foo.cc:33:20: note: recursive call
   33 |                 dfs(nx,ny);
      |                 ~~~^~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 4ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Runtime Error Segmentation fault 4ms 412.0 KiB
#4 Runtime Error Segmentation fault 4ms 412.0 KiB
#5 Runtime Error Segmentation fault 4ms 412.0 KiB
#6 Runtime Error Segmentation fault 7ms 412.0 KiB

信息

递交者
类型
递交
题目
P1558 最大黑区域
语言
C++
递交时间
2023-11-17 12:06:12
评测时间
2023-11-17 12:06:12
评测机
分数
15
总耗时
29ms
峰值内存
412.0 KiB