#4189. [GESP202606 七级 C++] 第 21 题

[GESP202606 七级 C++] 第 21 题

泛洪算法可以用递归 DFS 实现,但地图很大时可能由于递归层数过深导致调用栈溢出等运行时错误。

{{ select(1) }}

  • 正确
  • 错误