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_31825872_9903.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_31825872_9903.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_31825872_9903.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_31825872_9903.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_31825872_9903.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_31825872_9903.cpp:19:11: error: stray '#' in program
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
           ^
0_0_31825872_9903.cpp:19:17: error: stray '#' in program
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                 ^
0_0_31825872_9903.cpp:19:27: error: stray '#' in program
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                           ^
0_0_31825872_9903.cpp:19:33: error: stray '#' in program
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                                 ^
0_0_31825872_9903.cpp:19:47: error: stray '#' in program
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                                               ^
0_0_31825872_9903.cpp:19:53: error: stray '#' in program
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                                                     ^
0_0_31825872_9903.cpp:20:12: error: stray '#' in program
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
            ^
0_0_31825872_9903.cpp:20:18: error: stray '#' in program
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                  ^
0_0_31825872_9903.cpp:20:29: error: stray '#' in program
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                             ^
0_0_31825872_9903.cpp:20:35: error: stray '#' in program
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                                   ^
0_0_31825872_9903.cpp:20:52: error: stray '#' in program
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                                                    ^
0_0_31825872_9903.cpp:20:58: error: stray '#' in program
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                                                          ^
0_0_31825872_9903.cpp:13:28: error: 'acos' was not declared in this scope
 const double pi = acos(-1.0);
                            ^
0_0_31825872_9903.cpp: In function 'LL read()':
0_0_31825872_9903.cpp:18:17: error: 'getchar' was not declared in this scope
 char ch=getchar();
                 ^
0_0_31825872_9903.cpp:19:12: error: lvalue required as unary '&' operand
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
            ^
0_0_31825872_9903.cpp:19:14: error: expected ')' before ';' token
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
              ^
0_0_31825872_9903.cpp:19:21: error: expected primary-expression before '||' token
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                     ^
0_0_31825872_9903.cpp:19:28: error: lvalue required as unary '&' operand
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                            ^
0_0_31825872_9903.cpp:19:37: error: expected primary-expression before ')' token
 while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
                                     ^
0_0_31825872_9903.cpp:20:13: error: lvalue required as unary '&' operand
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
             ^
0_0_31825872_9903.cpp:20:15: error: expected ')' before ';' token
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
               ^
0_0_31825872_9903.cpp:20:30: error: lvalue required as unary '&' operand
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                              ^
0_0_31825872_9903.cpp:20:39: error: expected primary-expression before ')' token
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                                       ^
0_0_31825872_9903.cpp:20:24: error: label 'ch' used but not defined
 while(ch>='0'&&ch<='9'){c=c*10+ch-'0';ch=getchar();}
                        ^
0_0_31825872_9903.cpp: In function 'int main()':
0_0_31825872_9903.cpp:64:8: error: expected primary-expression before '%' token
 printf(%d
        ^
0_0_31825872_9903.cpp:64:9: error: 'd' was not declared in this scope
 printf(%d
         ^
0_0_31825872_9903.cpp:65:5: error: 'printf' was not declared in this scope
 ,cnt);
     ^


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-10-06 16:59:29, Gzip enabled