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_21021905_404.cpp:14:8: error: macro names must be identifiers
 #define ls o<<1  
        ^
0_0_21021905_404.cpp:15:8: error: macro names must be identifiers
 #define rs o<<1|1  
        ^
0_0_21021905_404.cpp:16:8: error: macro names must be identifiers
 #define MS(x,y) memset(x,y,sizeof(x))  
        ^
0_0_21021905_404.cpp:17:8: error: macro names must be identifiers
 #define MC(x,y) memcpy(x,y,sizeof(y))  
        ^
0_0_21021905_404.cpp:12:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_21021905_404.cpp:12:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_21021905_404.cpp:12:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_21021905_404.cpp:12:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_21021905_404.cpp:12:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_21021905_404.cpp:12:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_21021905_404.cpp:13:6: error: cannot declare reference to 'void'
 void fre(){freopen("t.txt","r",stdin);}  
      ^
0_0_21021905_404.cpp:13:6: error: variable or field 'nbsp' declared void
0_0_21021905_404.cpp:13:50: error: expected constructor, destructor, or type conversion before ';' token
 void fre(){freopen("t.txt","r",stdin);}  
                                                  ^
0_0_21021905_404.cpp:13:56: error: expected constructor, destructor, or type conversion before ';' token
 void fre(){freopen("t.txt","r",stdin);}  
                                                        ^
0_0_21021905_404.cpp:18:10: error: explicit instantiation of non-template 'int& nbsp'
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
          ^
0_0_21021905_404.cpp:18:15: error: expected unqualified-id before '<' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
               ^
0_0_21021905_404.cpp:18:27: error: 'T1' does not name a type
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                           ^
0_0_21021905_404.cpp:18:41: error: expected identifier before '&' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                         ^
0_0_21021905_404.cpp:18:46: error: invalid type in declaration before ';' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                              ^
0_0_21021905_404.cpp:18:46: error: 'nbsp' declared as reference but not initialized
0_0_21021905_404.cpp:18:47: error: 'T2' does not name a type
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                               ^
0_0_21021905_404.cpp:18:67: error: cannot declare reference to 'void'
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                   ^
0_0_21021905_404.cpp:18:67: error: variable or field 'nbsp' declared void
0_0_21021905_404.cpp:18:76: error: expected constructor, destructor, or type conversion before '(' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                            ^
0_0_21021905_404.cpp:18:87: error: expected constructor, destructor, or type conversion before ',' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                                       ^
0_0_21021905_404.cpp:18:93: error: expected constructor, destructor, or type conversion before ';' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                                             ^
0_0_21021905_404.cpp:18:94: error: 'T2' does not name a type
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                                              ^
0_0_21021905_404.cpp:18:102: error: 'b' does not name a type
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                                                      ^
0_0_21021905_404.cpp:18:110: error: expected unqualified-id before '{' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                                                              ^
0_0_21021905_404.cpp:18:158: error: expected constructor, destructor, or type conversion before ';' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                                                                                                              ^
0_0_21021905_404.cpp:18:164: error: expected constructor, destructor, or type conversion before ';' token
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                                                                                                                                                    ^
0_0_21021905_404.cpp:19:10: error: explicit instantiation of non-template 'int& nbsp'
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
          ^
0_0_21021905_404.cpp:19:15: error: expected unqualified-id before '<' token
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
               ^
0_0_21021905_404.cpp:19:27: error: 'T1' does not name a type
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
                           ^
0_0_21021905_404.cpp:19:41: error: expected identifier before '&' token
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
                                         ^
0_0_21021905_404.cpp:19:46: error: invalid type in declaration before ';' token
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
                                              ^
0_0_21021905_404.cpp:19:46: error: redefinition of 'int& nbsp'
0_0_21021905_404.cpp:18:42: note: 'int& nbsp' previously declared here
 template <class T1, class T2>inline void gmax(T1 &a, T2 b) { if (b>a)a = b; }  
                                          ^
0_0_21021905_404.cpp:19:47: error: 'T2' does not name a type
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
                                               ^
0_0_21021905_404.cpp:19:67: error: cannot declare reference to 'void'
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
                                                                   ^
0_0_21021905_404.cpp:19:67: error: variable or field 'nbsp' declared void
0_0_21021905_404.cpp:19:76: error: expected constructor, destructor, or type conversion before '(' token
 template <class T1, class T2>inline void gmin(T1 &a, T2 b) { if (b<a)a = b; }  
   


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-30 06:06:28, Gzip enabled