0_0_9082507_14272.c:2:20: iostream: No such file or directory
0_0_9082507_14272.c:3: error: syntax error before "namespace"
0_0_9082507_14272.c:5: error: syntax error before '&' token
0_0_9082507_14272.c: In function `main':
0_0_9082507_14272.c:12: error: `cin' undeclared (first use in this function)
0_0_9082507_14272.c:12: error: (Each undeclared identifier is reported only once
0_0_9082507_14272.c:12: error: for each function it appears in.)
0_0_9082507_14272.c:16: error: 'for' loop initial declaration used outside C99 mode
0_0_9082507_14272.c:41: error: 'for' loop initial declaration used outside C99 mode
0_0_9082507_14272.c:47: error: 'for' loop initial declaration used outside C99 mode
0_0_9082507_14272.c:51: error: 'for' loop initial declaration used outside C99 mode
0_0_9082507_14272.c: At top level:
0_0_9082507_14272.c:60: error: syntax error before '&' token
0_0_9082507_14272.c: In function `gcd':
0_0_9082507_14272.c:65: error: `a' undeclared (first use in this function)
0_0_9082507_14272.c:65: error: `b' undeclared (first use in this function)
|