97349_0_26363.c
97349_0_26363.c(7) : error C2065: 'cin' : undeclared identifier
97349_0_26363.c(7) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
97349_0_26363.c(13) : error C2224: left of '.getline' must have struct/union type
97349_0_26363.c(24) : error C2065: 'cout' : undeclared identifier
97349_0_26363.c(24) : error C2297: '<<' : illegal, right operand has type 'char [3]'
97349_0_26363.c(24) : error C2065: 'endl' : undeclared identifier
97349_0_26363.c(26) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
|