745071_0_0_17998.cpp: In function `int main()':
745071_0_0_17998.cpp:21: error: `A' undeclared (first use this function)
745071_0_0_17998.cpp:21: error: (Each undeclared identifier is reported only once for each function it appears in.)
745071_0_0_17998.cpp:22: error: `B' undeclared (first use this function)
745071_0_0_17998.cpp:23: error: `C' undeclared (first use this function)
745071_0_0_17998.cpp:24: error: `D' undeclared (first use this function)
745071_0_0_17998.cpp:25: error: `E' undeclared (first use this function)
745071_0_0_17998.cpp:26: error: `F' undeclared (first use this function)
745071_0_0_17998.cpp:40: error: expected primary-expression before "else"
745071_0_0_17998.cpp:40: error: expected `;' before "else"
745071_0_0_17998.cpp: At global scope:
745071_0_0_17998.cpp:42: error: expected unqualified-id before "return"
745071_0_0_17998.cpp:42: error: expected `,' or `;' before "return"
745071_0_0_17998.cpp:43: error: expected declaration before '}' token
|