0_0_10182626_10184.c:1:20: iostream: No such file or directory
0_0_10182626_10184.c:2:19: cstring: No such file or directory
0_0_10182626_10184.c:3: error: syntax error before "namespace"
0_0_10182626_10184.c:6: error: syntax error before "temp"
0_0_10182626_10184.c:6: error: variable-size type declared outside of any function
0_0_10182626_10184.c: In function `isprime':
0_0_10182626_10184.c:9: error: 'for' loop initial declaration used outside C99 mode
0_0_10182626_10184.c:11: error: 'for' loop initial declaration used outside C99 mode
0_0_10182626_10184.c:18: error: redefinition of 'i'
0_0_10182626_10184.c:9: error: previous definition of 'i' was here
0_0_10182626_10184.c:18: error: 'for' loop initial declaration used outside C99 mode
0_0_10182626_10184.c: At top level:
0_0_10182626_10184.c:25: error: syntax error before "mypow"
0_0_10182626_10184.c:25: error: syntax error before "n"
0_0_10182626_10184.c: In function `mypow':
0_0_10182626_10184.c:26: error: `__int64' undeclared (first use in this function)
0_0_10182626_10184.c:26: error: (Each undeclared identifier is reported only once
0_0_10182626_10184.c:26: error: for each function it appears in.)
0_0_10182626_10184.c:26: error: syntax error before "x"
0_0_10182626_10184.c:27: error: `n' undeclared (first use in this function)
0_0_10182626_10184.c:28: error: `r' undeclared (first use in this function)
0_0_10182626_10184.c:28: error: `x' undeclared (first use in this function)
0_0_10182626_10184.c:28: error: `m' undeclared (first use in this function)
0_0_10182626_10184.c: In function `main':
0_0_10182626_10184.c:38: error: `__int64' undeclared (first use in this function)
0_0_10182626_10184.c:38: error: syntax error before "m"
0_0_10182626_10184.c:39: error: `cin' undeclared (first use in this function)
0_0_10182626_10184.c:41: error: `m' undeclared (first use in this function)
0_0_10182626_10184.c:43: error: syntax error before "r"
0_0_10182626_10184.c:45: error: `r' undeclared (first use in this function)
0_0_10182626_10184.c:47: error: `cout' undeclared (first use in this function)
0_0_10182626_10184.c:47: error: `endl' undeclared (first use in this function)
|