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_34410421_14977.cpp:37:9: error: stray '\243' in program
         scanf("%d", &n)£»
         ^
0_0_34410421_14977.cpp:37:9: error: stray '\273' in program
0_0_34410421_14977.cpp: In function 'int main()':
0_0_34410421_14977.cpp:39:13: error: expected ';' before 'double'
             double min, max = 0;
             ^
0_0_34410421_14977.cpp:45:25: error: overloaded function with no contextual type information
                     min = P[i].x;
                         ^
0_0_34410421_14977.cpp:46:25: error: overloaded function with no contextual type information
                     max = P[i].x;
                         ^
0_0_34410421_14977.cpp:50:34: error: invalid operands of types 'double' and '<unresolved overloaded function type>' to binary 'operator<'
                     if (P[i].x < min) min = P[i].x;
                                  ^
0_0_34410421_14977.cpp:50:43: error: overloaded function with no contextual type information
                     if (P[i].x < min) min = P[i].x;
                                           ^
0_0_34410421_14977.cpp:51:39: error: invalid operands of types 'double' and '<unresolved overloaded function type>' to binary 'operator>'
                     else if (P[i].x > max) max = P[i].x;
                                       ^
0_0_34410421_14977.cpp:51:48: error: overloaded function with no contextual type information
                     else if (P[i].x > max) max = P[i].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-17 04:47:31, Gzip enabled