0_0_10358152_18762.c:1:19: iostream: No such file or directory
0_0_10358152_18762.c:2:17: string: No such file or directory
0_0_10358152_18762.c:3:16: cmath: No such file or directory
0_0_10358152_18762.c:4:19: iomanip: No such file or directory
0_0_10358152_18762.c:5: error: syntax error before "namespace"
0_0_10358152_18762.c: In function `print_result':
0_0_10358152_18762.c:11: error: `cout' undeclared (first use in this function)
0_0_10358152_18762.c:11: error: (Each undeclared identifier is reported only once
0_0_10358152_18762.c:11: error: for each function it appears in.)
0_0_10358152_18762.c:14: error: `endl' undeclared (first use in this function)
0_0_10358152_18762.c: At top level:
0_0_10358152_18762.c:18: error: syntax error before "s"
0_0_10358152_18762.c: In function `string_to_int':
0_0_10358152_18762.c:21: error: `s' undeclared (first use in this function)
0_0_10358152_18762.c:25: error: `taget' undeclared (first use in this function)
0_0_10358152_18762.c:30: error: 'for' loop initial declaration used outside C99 mode
0_0_10358152_18762.c: In function `add':
0_0_10358152_18762.c:39: error: 'for' loop initial declaration used outside C99 mode
0_0_10358152_18762.c: In function `clean':
0_0_10358152_18762.c:62: error: 'for' loop initial declaration used outside C99 mode
0_0_10358152_18762.c: In function `main':
0_0_10358152_18762.c:68: error: `cin' undeclared (first use in this function)
0_0_10358152_18762.c:69: error: `cout' undeclared (first use in this function)
0_0_10358152_18762.c:69: error: `endl' undeclared (first use in this function)
0_0_10358152_18762.c:70: error: 'for' loop initial declaration used outside C99 mode
0_0_10358152_18762.c:73: error: `string' undeclared (first use in this function)
0_0_10358152_18762.c:73: error: syntax error before "buff"
0_0_10358152_18762.c:76: error: `buff' undeclared (first use in this function)
|