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_25573904_1670.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_25573904_1670.cpp:4:1: error: stray '\5' in program
 int n;
 ^
0_0_25573904_1670.cpp:5:1: error: stray '\5' in program
 double a,b,c;
 ^
0_0_25573904_1670.cpp:6:1: error: stray '\5' in program
 scanf("%d",&n);
 ^
0_0_25573904_1670.cpp:7:1: error: stray '\5' in program
 while(n--)
 ^
0_0_25573904_1670.cpp:8:1: error: stray '\5' in program
 {
 ^
0_0_25573904_1670.cpp:9:1: error: stray '\5' in program
 scanf("%lf%lf%lf",&a,&b,&c);
 ^
0_0_25573904_1670.cpp:9:1: error: stray '\5' in program
0_0_25573904_1670.cpp:10:1: error: stray '\5' in program
 if(a+b>c&&a+c>b&&b+c>a)puts("YES");
 ^
0_0_25573904_1670.cpp:10:1: error: stray '\5' in program
0_0_25573904_1670.cpp:11:1: error: stray '\5' in program
 else puts("NO");
 ^
0_0_25573904_1670.cpp:11:1: error: stray '\5' in program
0_0_25573904_1670.cpp:12:1: error: stray '\5' in program
 }
 ^
0_0_25573904_1670.cpp:13:1: error: stray '\5' in program
 return 0;
 ^
0_0_25573904_1670.cpp: In function 'int main(int, char**)':
0_0_25573904_1670.cpp:6:15: error: 'scanf' was not declared in this scope
 scanf("%d",&n);
               ^
0_0_25573904_1670.cpp:10:36: error: 'puts' was not declared in this scope
 if(a+b>c&&a+c>b&&b+c>a)puts("YES");
                                    ^
0_0_25573904_1670.cpp:11:17: error: 'puts' was not declared in this scope
 else puts("NO");
                 ^


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 17:39:18, Gzip enabled