我查了一下,for跟auto都是标识符,但是问题中的是For而不是for啊
C语言关键字
auto break case char const
continue default do double else
enum extern float for goto
if int long register return
short signed sizeof static struct
switch typedef unsigned union void
volatile while
和你一样的错误,你可以先浏览一下 C语言的关键字 好像又增了两个。
C语言中有个For 函数
auto是C语言中的关键词