1
0
Fork 0

small fix in p14

This commit is contained in:
Henrik Hautakoski 2010-06-01 10:06:05 +02:00
parent c93d362cfc
commit 780f4e600c

5
p14.c
View file

@ -10,14 +10,15 @@
*/
#include <stdio.h>
#include <stdint.h>
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++) {