603707_0_0_19058.c:1:19: iostream: No such file or directory
603707_0_0_19058.c:2:16: cmath: No such file or directory
603707_0_0_19058.c:3: error: syntax error before "namespace"
603707_0_0_19058.c: In function `main':
603707_0_0_19058.c:14: error: `cin' undeclared (first use in this function)
603707_0_0_19058.c:14: error: (Each undeclared identifier is reported only once
603707_0_0_19058.c:14: error: for each function it appears in.)
603707_0_0_19058.c:16: error: `cout' undeclared (first use in this function)
603707_0_0_19058.c:16: error: `endl' undeclared (first use in this function)
603707_0_0_19058.c: In function `check2':
603707_0_0_19058.c:40: error: syntax error before "double"
603707_0_0_19058.c:41: error: syntax error before "int"
603707_0_0_19058.c:41: error: syntax error before ')' token
603707_0_0_19058.c: In function `output':
603707_0_0_19058.c:54: error: `cout' undeclared (first use in this function)
603707_0_0_19058.c:55: error: `endl' undeclared (first use in this function)
|