188464_0_10572.c
188464_0_10572.c(8) : error C2065: 'cin' : undeclared identifier
188464_0_10572.c(8) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
188464_0_10572.c(11) : error C2297: '>>' : illegal, right operand has type 'char [20]'
188464_0_10572.c(12) : error C2065: 'cout' : undeclared identifier
188464_0_10572.c(12) : error C2297: '<<' : illegal, right operand has type 'char [2]'
188464_0_10572.c(14) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
188464_0_10572.c(15) : error C2065: 'endl' : undeclared identifier
188464_0_10572.c(15) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
|