0_0_22156141_19763.cpp: In function 'long long int Extended_Euclid(long long int, long long int, long long int&, long long int&)':
0_0_22156141_19763.cpp:12:2: error: 'nbsp' was not declared in this scope
if (b == 0) {
^
0_0_22156141_19763.cpp: In function 'double Min(double, double)':
0_0_22156141_19763.cpp:26:2: error: 'nbsp' was not declared in this scope
return x < y ? x : y;
^
0_0_22156141_19763.cpp: In function 'double Max(double, double)':
0_0_22156141_19763.cpp:30:2: error: 'nbsp' was not declared in this scope
return x > y ? x : y;
^
0_0_22156141_19763.cpp: In function 'bool ok(double)':
0_0_22156141_19763.cpp:34:2: error: 'nbsp' was not declared in this scope
if (fabs(x - (int) x) < eps) {
^
0_0_22156141_19763.cpp: In function 'bool Mx(double, double&)':
0_0_22156141_19763.cpp:41:2: error: 'nbsp' was not declared in this scope
x = double(-c - b * y) / a;
^
0_0_22156141_19763.cpp: In function 'bool My(double, double&)':
0_0_22156141_19763.cpp:49:2: error: 'nbsp' was not declared in this scope
y = double(-c - a * x) / b;
^
0_0_22156141_19763.cpp: In function 'int main()':
0_0_22156141_19763.cpp:57:2: error: 'nbsp' was not declared in this scope
while (scanf("%lld%lld%lld%lld%lld%lld%lld", &a, &b, &c, &x0, &x2, &yy0, &y2) == 7) {
^
0_0_22156141_19763.cpp: At global scope:
0_0_22156141_19763.cpp:147:6: error: expected constructor, destructor, or type conversion before ';' token
^
|