883808_0_0_5570.c:1:20: iostream: No such file or directory
883808_0_0_5570.c:2: error: syntax error before "namespace"
883808_0_0_5570.c: In function `main':
883808_0_0_5570.c:9: error: `cin' undeclared (first use in this function)
883808_0_0_5570.c:9: error: (Each undeclared identifier is reported only once
883808_0_0_5570.c:9: error: for each function it appears in.)
883808_0_0_5570.c:10: error: 'for' loop initial declaration used outside C99 mode
883808_0_0_5570.c:14: error: 'for' loop initial declaration used outside C99 mode
883808_0_0_5570.c:18: error: `cout' undeclared (first use in this function)
883808_0_0_5570.c:23: error: 'for' loop initial declaration used outside C99 mode
883808_0_0_5570.c:23: error: syntax error before '/' token
883808_0_0_5570.c:25: error: syntax error before ')' token
883808_0_0_5570.c:28: error: 'for' loop initial declaration used outside C99 mode
883808_0_0_5570.c:28: error: syntax error before '/' token
883808_0_0_5570.c:32: error: `tsum' undeclared (first use in this function)
883808_0_0_5570.c:32: error: `sum' undeclared (first use in this function)
883808_0_0_5570.c:35: error: `start' undeclared (first use in this function)
883808_0_0_5570.c:36: error: `end' undeclared (first use in this function)
883808_0_0_5570.c: At top level:
883808_0_0_5570.c:40: error: syntax error before '<<' token
|