41075_0_7581.c
41075_0_7581.c(5) : error C2065: 'cout' : undeclared identifier
41075_0_7581.c(5) : error C2297: '<<' : illegal, right operand has type 'char [12]'
41075_0_7581.c(6) : error C2065: 'cin' : undeclared identifier
41075_0_7581.c(6) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
41075_0_7581.c(8) : error C2297: '<<' : illegal, right operand has type 'char [16]'
41075_0_7581.c(8) : error C2065: 'endl' : undeclared identifier
|