0_0_21595785_9965.cpp: In function 'long long int mod_pow(int, int, int)':
0_0_21595785_9965.cpp:30:2: error: 'nbsp' was not declared in this scope
long long ret=1;
^
0_0_21595785_9965.cpp: In function 'void init(long long int)':
0_0_21595785_9965.cpp:48:2: error: 'nbsp' was not declared in this scope
factorial[0] = 1;
^
0_0_21595785_9965.cpp:50:39: error: 'i' was not declared in this scope
factorial[i] = factorial[i-1]*i%p;
^
0_0_21595785_9965.cpp: In function 'long long int Lucas(long long int, long long int, long long int)':
0_0_21595785_9965.cpp:57:2: error: 'nbsp' was not declared in this scope
long long re = 1;
^
0_0_21595785_9965.cpp: In function 'int main()':
0_0_21595785_9965.cpp:70:2: error: 'nbsp' was not declared in this scope
int a,b,c;
^
0_0_21595785_9965.cpp: In function 'int main()':
0_0_21595785_9965.cpp:78:5: error: redefinition of 'int main()'
int main()
^
0_0_21595785_9965.cpp:69:5: note: 'int main()' previously defined here
int main(){
^
0_0_21595785_9965.cpp:80:2: error: 'nbsp' was not declared in this scope
int t;
^
|