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_17523070_28.cpp: In function 'int main()':
0_0_17523070_28.cpp:13:17: error: expected ')' before ';' token
 #define eps 1e-4;
                 ^
0_0_17523070_28.cpp:36:30: note: in expansion of macro 'eps'
                 if(x1 <= 300+eps && x1 >= 0)
                              ^
0_0_17523070_28.cpp:36:44: error: expected ';' before ')' token
                 if(x1 <= 300+eps && x1 >= 0)
                                            ^
0_0_17523070_28.cpp:13:17: error: expected ')' before ';' token
 #define eps 1e-4;
                 ^
0_0_17523070_28.cpp:40:30: note: in expansion of macro 'eps'
                 if(x2 <= 300+eps && x2 >= 0)
                              ^
0_0_17523070_28.cpp:40:44: error: expected ';' before ')' token
                 if(x2 <= 300+eps && x2 >= 0)
                                            ^
0_0_17523070_28.cpp:36:37: error: label 'x1' used but not defined
                 if(x1 <= 300+eps && x1 >= 0)
                                     ^
0_0_17523070_28.cpp:40:37: error: label 'x2' used but not defined
                 if(x2 <= 300+eps && x2 >= 0)
                                     ^


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 22:22:38, Gzip enabled