1	13	C:\Users\DELL\Desktop\game.h	[Error] expected

1	13	C:\Users\DELL\Desktop\game.h	[Error] expected

写代码遇到了这个问题: [Error] expected ',' or '...' before numeric constant

其问题是定义了两个相同的 变量ROW,COL,只需修改变量名换成两个不同的变量名称就可以编译通过。