F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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
  
      ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-02 15:41:59, Gzip enabled