使用 DevC++ 编译错误 "Error stray '0' in program"

Compile error "Error stray '\240' in program" using DevC++

我的代码是非常简单的 breadth-first search (BFS) 算法。但是编译器发给我:

Error stray '0'

为什么?

您可能是从某处复制的,其中有一些非 ASCII 字符。用一些编辑器打开它,在那里你可以看到所有字符,你会看到一些奇怪的标志。

问题与意图有关。