diff --git a/p14.c b/p14.c index 421745e..adea0a7 100644 --- a/p14.c +++ b/p14.c @@ -10,14 +10,15 @@ */ #include +#include int main() { /* working variables */ int i, nlen, table[1000000] = {0, 1}; - long long n; + int64_t n; /* result */ - int len, rs = 0; + int len = 0, rs = 0; for(i=2; i < 1000000; i++) {