0_0_6949793_3802.c:1:19: iostream: No such file or directory
0_0_6949793_3802.c:2: error: syntax error before "namespace"
0_0_6949793_3802.c: In function `main':
0_0_6949793_3802.c:7: error: `cin' undeclared (first use in this function)
0_0_6949793_3802.c:7: error: (Each undeclared identifier is reported only once
0_0_6949793_3802.c:7: error: for each function it appears in.)
0_0_6949793_3802.c:9: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:10: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:13: error: redefinition of 'i'
0_0_6949793_3802.c:9: error: previous definition of 'i' was here
0_0_6949793_3802.c:13: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:18: error: redefinition of 'j'
0_0_6949793_3802.c:10: error: previous definition of 'j' was here
0_0_6949793_3802.c:18: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:19: error: redefinition of 'i'
0_0_6949793_3802.c:13: error: previous definition of 'i' was here
0_0_6949793_3802.c:19: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:23: error: redefinition of 'i'
0_0_6949793_3802.c:19: error: previous definition of 'i' was here
0_0_6949793_3802.c:23: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:24: error: `cout' undeclared (first use in this function)
0_0_6949793_3802.c:24: error: `endl' undeclared (first use in this function)
0_0_6949793_3802.c:27: error: redefinition of 'i'
0_0_6949793_3802.c:23: error: previous definition of 'i' was here
0_0_6949793_3802.c:27: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:28: error: redefinition of 'j'
0_0_6949793_3802.c:18: error: previous definition of 'j' was here
0_0_6949793_3802.c:28: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:39: error: redefinition of 'i'
0_0_6949793_3802.c:27: error: previous definition of 'i' was here
0_0_6949793_3802.c:39: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:40: error: redefinition of 'j'
0_0_6949793_3802.c:28: error: previous definition of 'j' was here
0_0_6949793_3802.c:40: error: 'for' loop initial declaration used outside C99 mode
0_0_6949793_3802.c:51: error: redefinition of 'i'
0_0_6949793_3802.c:39: error: previous definition of 'i' was here
0_0_6949793_3802.c:51: error: 'for' loop initial declaration used outside C99 mode
|