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_19537059_10931.cpp:23:8: error: macro names must be identifiers
 #define me(s)  memset(s,0,sizeof(s))  
        ^
0_0_19537059_10931.cpp:24:8: error: macro names must be identifiers
 #define rep(i,n) for(int i=0;i<(n);i++)  
        ^
0_0_19537059_10931.cpp:1:1: error: 'include' does not name a type
 include<iostream>  
 ^
0_0_19537059_10931.cpp:1:29: error: expected constructor, destructor, or type conversion before ';' token
 include<iostream>  
                             ^
0_0_19537059_10931.cpp:21:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_19537059_10931.cpp:21:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_19537059_10931.cpp:21:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_19537059_10931.cpp:21:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_19537059_10931.cpp:21:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_19537059_10931.cpp:21:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_19537059_10931.cpp:22:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_19537059_10931.cpp:22:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_19537059_10931.cpp:25:19: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef long long ll;  
                   ^
0_0_19537059_10931.cpp:25:9: note: previous declaration 'typedef int& nbsp'
 typedef long long ll;  
         ^
0_0_19537059_10931.cpp:25:29: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef long long ll;  
                             ^
0_0_19537059_10931.cpp:25:9: note: previous declaration 'typedef int& nbsp'
 typedef long long ll;  
         ^
0_0_19537059_10931.cpp:25:34: error: 'll' does not name a type
 typedef long long ll;  
                                  ^
0_0_19537059_10931.cpp:25:42: error: expected constructor, destructor, or type conversion before ';' token
 typedef long long ll;  
                                          ^
0_0_19537059_10931.cpp:25:48: error: expected constructor, destructor, or type conversion before ';' token
 typedef long long ll;  
                                                ^
0_0_19537059_10931.cpp:26:23: error: 'unsigned int& nbsp' redeclared as different kind of symbol
 typedef unsigned int uint;  
                       ^
0_0_19537059_10931.cpp:26:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned int uint;  
         ^
0_0_19537059_10931.cpp:26:32: error: 'int& nbsp' redeclared as different kind of symbol
 typedef unsigned int uint;  
                                ^
0_0_19537059_10931.cpp:26:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned int uint;  
         ^
0_0_19537059_10931.cpp:26:37: error: 'uint' does not name a type
 typedef unsigned int uint;  
                                     ^
0_0_19537059_10931.cpp:26:47: error: expected constructor, destructor, or type conversion before ';' token
 typedef unsigned int uint;  
                                               ^
0_0_19537059_10931.cpp:26:53: error: expected constructor, destructor, or type conversion before ';' token
 typedef unsigned int uint;  
                                                     ^
0_0_19537059_10931.cpp:27:23: error: 'unsigned int& nbsp' redeclared as different kind of symbol
 typedef unsigned long long ull;  
                       ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:27:33: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef unsigned long long ull;  
                                 ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:27:43: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef unsigned long long ull;  
                                           ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:27:48: error: 'ull' does not name a type
 typedef unsigned long long ull;  
                                                ^
0_0_19537059_10931.cpp:27:57: error: expected constructor, destructor, or type conversion before ';' token
 typedef unsigned long long ull;  
                                                         ^
0_0_19537059_10931.cpp:27:63: error: expected constructor, destructor, or type conversion before ';' token
 typedef unsigned long long ull;  
                                                               ^
0_0_19537059_10931.cpp:29:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_19537059_10931.cpp:29:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_19537059_10931.cpp:30:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_19537059_10931.cpp:30:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_19537059_10931.cpp:31:7: error: 'const int& nbsp' redeclared as different kind of symbol
 const double PI=acos(-1.0);  
       ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:31:19: error: 'double& nbsp' redeclared as different kind of symbol
 const double PI=acos(-1.0);  
                   ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:31:24: error: 'PI' does not name a type
 const double PI=acos(-1.0);  
                        ^
0_0_19537059_10931.cpp:31:43: error: expected constructor, destructor, or type conversion before ';' token
 const double PI=acos(-1.0);  
                                           ^
0_0_19537059_10931.cpp:31:49: error: expected constructor, destructor, or type conversion before ';' token
 const double PI=acos(-1.0);  
                                                 ^
0_0_19537059_10931.cpp:32:7: error: 'const int& nbsp' redeclared as different kind of symbol
 const double eps=1e-10;  
       ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:32:19: error: 'double& nbsp' redeclared as different kind of symbol
 const double eps=1e-10;  
                   ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:32:24: error: 'eps' does not name a type
 const double eps=1e-10;  
                        ^
0_0_19537059_10931.cpp:32:39: error: expected constructor, destructor, or type conversion before ';' token
 const double eps=1e-10;  
                                       ^
0_0_19537059_10931.cpp:32:45: error: expected constructor, destructor, or type conversion before ';' token
 const double eps=1e-10;  
                                             ^
0_0_19537059_10931.cpp:33:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_19537059_10931.cpp:33:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_19537059_10931.cpp:34:5: error: 'int& nbsp' redeclared as different kind of symbol
 int dcmp(double x)  
     ^
0_0_19537059_10931.cpp:27:9: note: previous declaration 'typedef int& nbsp'
 typedef unsigned long long ull;  
         ^
0_0_19537059_10931.cpp:34:26: error: expected ')' before ';' token
 int dcmp(double x)  
                          ^
0_0_19537059_10931.cpp:34:26: error: expected constructor, destructor, or type conversion before ';' token
0_0_19537059_10931.cpp:34:27: error: 'x' does not name a type
 int&nb


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 05:35:37, Gzip enabled