#2166. C++-编译-'xxx' does not name a type
C++-编译-'xxx' does not name a type
Background
Description
'xxx' does not name a type
没有说明变量的类型,通常在const后面忘加变量类型了,比如:
const a=0; //没有说明a的类型
Format
Input
Output
Samples
Limitation
1s, 1024KiB for each test case.