77173_0_8580.c
77173_0_8580.c(6) : error C2061: syntax error : identifier 'escape'
77173_0_8580.c(6) : error C2059: syntax error : ';'
77173_0_8580.c(17) : error C2065: 'escape' : undeclared identifier
77173_0_8580.c(49) : error C2065: 'cin' : undeclared identifier
77173_0_8580.c(54) : error C2143: syntax error : missing ';' before 'type'
77173_0_8580.c(58) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
77173_0_8580.c(61) : error C2065: 'wall' : undeclared identifier
77173_0_8580.c(66) : error C2065: 'cout' : undeclared identifier
77173_0_8580.c(66) : error C2297: '<<' : illegal, right operand has type 'char [3]'
77173_0_8580.c(66) : error C2065: 'endl' : undeclared identifier
77173_0_8580.c(75) : error C2297: '<<' : illegal, right operand has type 'char [4]'
77173_0_8580.c(76) : error C2297: '<<' : illegal, right operand has type 'char [3]'
|