32413_0_21523.c
32413_0_21523.c(7) : error C2065: 'cin' : undeclared identifier
32413_0_21523.c(7) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
32413_0_21523.c(9) : error C2296: '>>' : illegal, left operand has type 'double '
32413_0_21523.c(9) : error C2297: '>>' : illegal, right operand has type 'double '
32413_0_21523.c(11) : error C2065: 'cout' : undeclared identifier
32413_0_21523.c(11) : error C2297: '<<' : illegal, right operand has type 'char [10]'
32413_0_21523.c(11) : error C2065: 'endl' : undeclared identifier
32413_0_21523.c(13) : error C2297: '<<' : illegal, right operand has type 'char [15]'
|