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_32097238_12365.cpp: In function 'bool check(db)':
0_0_32097238_12365.cpp:19:47: error: expected initializer before 'B'
   db K=1.0/a[n]-1.0/a[i]-1.0/b[n]+1.0/b[i],db B=1.0*s*(1.0/b[n]-1.0/b[i]),x=(-mid-B)/K;
                                               ^
0_0_32097238_12365.cpp:20:21: error: 'B' was not declared in this scope
   if(K>-eps&&K<eps&&B>eps) return 0;
                     ^
0_0_32097238_12365.cpp:21:19: error: 'x' was not declared in this scope
   if(K>0) R=min(R,x);
                   ^
0_0_32097238_12365.cpp:22:24: error: 'x' was not declared in this scope
   else if(K<0) L=max(L,x);
                        ^


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-11-26 23:11:30, Gzip enabled