0_0_4228173_115.c:1:18: cstdio: No such file or directory
0_0_4228173_115.c:2:19: cstring: No such file or directory
0_0_4228173_115.c:3:17: cmath: No such file or directory
0_0_4228173_115.c:4:21: algorithm: No such file or directory
0_0_4228173_115.c:5:18: vector: No such file or directory
0_0_4228173_115.c:6:20: iostream: No such file or directory
0_0_4228173_115.c:7: error: syntax error before "namespace"
0_0_4228173_115.c:15: error: syntax error before "pp"
0_0_4228173_115.c:17: error: syntax error before "used"
0_0_4228173_115.c:17: error: variable-size type declared outside of any function
0_0_4228173_115.c: In function `PRIME':
0_0_4228173_115.c:34: error: syntax error before '/' token
0_0_4228173_115.c:36: error: syntax error before '/' token
0_0_4228173_115.c: At top level:
0_0_4228173_115.c:55: error: syntax error before "miller_rabin"
0_0_4228173_115.c: In function `miller_rabin':
0_0_4228173_115.c:56: error: `true' undeclared (first use in this function)
0_0_4228173_115.c:56: error: (Each undeclared identifier is reported only once
0_0_4228173_115.c:56: error: for each function it appears in.)
0_0_4228173_115.c:63: error: syntax error before '/' token
0_0_4228173_115.c:64: error: `i' undeclared (first use in this function)
0_0_4228173_115.c:64: error: syntax error before ')' token
0_0_4228173_115.c:66: error: `tt' undeclared (first use in this function)
0_0_4228173_115.c:66: error: continue statement not within a loop
0_0_4228173_115.c:67: error: `bool' undeclared (first use in this function)
0_0_4228173_115.c:67: error: syntax error before "flag"
0_0_4228173_115.c:68: error: 'for' loop initial declaration used outside C99 mode
0_0_4228173_115.c:71: error: `flag' undeclared (first use in this function)
0_0_4228173_115.c:75: error: `false' undeclared (first use in this function)
0_0_4228173_115.c: At top level:
0_0_4228173_115.c:77: error: syntax error before "return"
0_0_4228173_115.c: In function `pollard_rho':
0_0_4228173_115.c:88: error: `true' undeclared (first use in this function)
0_0_4228173_115.c: At top level:
0_0_4228173_115.c:104: error: syntax error before "work"
0_0_4228173_115.c: In function `work':
0_0_4228173_115.c:105: error: syntax error before '/' token
0_0_4228173_115.c:107: error: `s' undeclared (first use in this function)
0_0_4228173_115.c:109: error: `i' undeclared (first use in this function)
0_0_4228173_115.c:117: error: `num' undeclared (first use in this function)
0_0_4228173_115.c:118: error: `false' undeclared (first use in this function)
0_0_4228173_115.c:121: error: `x' undeclared (first use in this function)
0_0_4228173_115.c:122: error: `t' undeclared (first use in this function)
0_0_4228173_115.c:133: error: `true' undeclared (first use in this function)
0_0_4228173_115.c: At top level:
0_0_4228173_115.c:139: error: syntax error before "if"
0_0_4228173_115.c:140: error: conflicting types for 'x1'
0_0_4228173_115.c:16: error: previous declaration of 'x1' was here
0_0_4228173_115.c:140: error: initializer element is not constant
0_0_4228173_115.c:141: error: conflicting types for 'x2'
0_0_4228173_115.c:16: error: previous declaration of 'x2' was here
0_0_4228173_115.c:141: error: initializer element is not constant
0_0_4228173_115.c:142: error: syntax error before "if"
0_0_4228173_115.c: In function `main':
0_0_4228173_115.c:151: error: `cin' undeclared (first use in this function)
0_0_4228173_115.c:154: error: `cout' undeclared (first use in this function)
0_0_4228173_115.c:154: error: `endl' undeclared (first use in this function)
|