0_0_33140766_31273.c: In function 'intmain':
0_0_33140766_31273.c:12:7: error: invalid suffix "d" on integer constant
__int 64d[41][2]={{0,0},{1,2}};
^
0_0_33140766_31273.c:12:1: error: '__int' undeclared (first use in this function)
__int 64d[41][2]={{0,0},{1,2}};
^
0_0_33140766_31273.c:12:1: note: each undeclared identifier is reported only once for each function it appears in
0_0_33140766_31273.c:12:7: error: expected ';' before numeric constant
__int 64d[41][2]={{0,0},{1,2}};
^
0_0_33140766_31273.c:19:1: error: 'd' undeclared (first use in this function)
d[i][0]=d[i-1][1];
^
0_0_33140766_31273.c:30:1: error: 'return0' undeclared (first use in this function)
return0;
^
|