0_0_16394409_18804.cpp: In function 'long long int gcd(long long int, long long int)':
0_0_16394409_18804.cpp:70:11: error: incompatible types in assignment of 'long long int' to 'int [55]'
a = _b;
^
0_0_16394409_18804.cpp:71:11: error: incompatible types in assignment of 'long long int' to 'int [55]'
b = _t;
^
0_0_16394409_18804.cpp: In function 'long long int ext_gcd(long long int, long long int, long long int&, long long int&)':
0_0_16394409_18804.cpp:79:9: error: 'x' was not declared in this scope
x = 1;
^
0_0_16394409_18804.cpp:80:9: error: 'y' was not declared in this scope
y = 0;
^
0_0_16394409_18804.cpp:85:5: error: 'x' was not declared in this scope
x = _y;
^
0_0_16394409_18804.cpp:86:5: error: 'y' was not declared in this scope
y = _t - _a / _b * _y;
^
0_0_16394409_18804.cpp: In function 'long long int invmod(long long int, long long int)':
0_0_16394409_18804.cpp:93:5: error: 'ans' was not declared in this scope
ans < 0 ? _ans += _p : 0;
^
|