98362_0_4907.c
98362_0_4907.c(8) : error C2065: 'cin' : undeclared identifier
98362_0_4907.c(18) : error C2065: 'cout' : undeclared identifier
98362_0_4907.c(18) : error C2297: '<<' : illegal, right operand has type 'char [3]'
98362_0_4907.c(18) : error C2065: 'endl' : undeclared identifier
98362_0_4907.c(22) : error C2297: '<<' : illegal, right operand has type 'char [2]'
98362_0_4907.c(23) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
|