133098_0_22214.c
133098_0_22214.c(10) : error C2065: 'cout' : undeclared identifier
133098_0_22214.c(10) : error C2297: '<<' : illegal, right operand has type 'char [2]'
133098_0_22214.c(25) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
133098_0_22214.c(27) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
133098_0_22214.c(29) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
133098_0_22214.c(32) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
133098_0_22214.c(34) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
133098_0_22214.c(55) : error C2065: 'cin' : undeclared identifier
133098_0_22214.c(55) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
133098_0_22214.c(60) : error C2297: '<<' : illegal, right operand has type 'char [2]'
|