0_0_25286114_26060.cpp: In function 'void find()':
0_0_25286114_26060.cpp:21:5: error: 'll' was not declared in this scope
ll a,b,c,i,k,j;
^
0_0_25286114_26060.cpp:22:5: error: 'a' was not declared in this scope
a=0,b=1;
^
0_0_25286114_26060.cpp:22:9: error: 'b' was not declared in this scope
a=0,b=1;
^
0_0_25286114_26060.cpp:23:9: error: 'i' was not declared in this scope
for(i=2;;i++)
^
0_0_25286114_26060.cpp:25:9: error: 'c' was not declared in this scope
c=(3*b+a)%1000000007;
^
0_0_25286114_26060.cpp:31:21: error: 'i' was not declared in this scope
printf("%lld\n",i-1);
^
0_0_25286114_26060.cpp:33:9: error: 'k' was not declared in this scope
for(k=2;;k++)
^
0_0_25286114_26060.cpp:35:9: error: 'c' was not declared in this scope
c=(3*b+a)%(i-1);
^
0_0_25286114_26060.cpp:41:21: error: 'k' was not declared in this scope
printf("%lld\n",k-1);
^
0_0_25286114_26060.cpp:43:9: error: 'j' was not declared in this scope
for(j=2;;j++)
^
0_0_25286114_26060.cpp:45:9: error: 'c' was not declared in this scope
c=(3*b+a)%(k-1);
^
0_0_25286114_26060.cpp:51:21: error: 'j' was not declared in this scope
printf("%lld\n",j-1);
^
|