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_20602302_26726.cpp:17:8: error: macro names must be identifiers
 #define min(a,b) ((a)<(b)?(a):(b))  
        ^
0_0_20602302_26726.cpp:18:8: error: macro names must be identifiers
 #define max(a,b) ((a)>(b)?(a):(b))  
        ^
0_0_20602302_26726.cpp:19:8: error: macro names must be identifiers
 #define abs(a) ((a)>0?(a):(-(a)))  
        ^
0_0_20602302_26726.cpp:20:8: error: macro names must be identifiers
 #define lowbit(a) (a&(-a))  
        ^
0_0_20602302_26726.cpp:21:8: error: macro names must be identifiers
 #define sqr(a) ((a)*(a))  
        ^
0_0_20602302_26726.cpp:22:8: error: macro names must be identifiers
 #define swap(a,b) ((a)^=(b),(b)^=(a),(a)^=(b))  
        ^
0_0_20602302_26726.cpp:23:8: error: macro names must be identifiers
 #define mem(a,b) memset(a,b,sizeof(a))  
        ^
0_0_20602302_26726.cpp:24:8: error: macro names must be identifiers
 #define eps (1e-10)  
        ^
0_0_20602302_26726.cpp:25:8: error: macro names must be identifiers
 #define J 10000  
        ^
0_0_20602302_26726.cpp:26:8: error: macro names must be identifiers
 #define mod 1000000007  
        ^
0_0_20602302_26726.cpp:27:8: error: macro names must be identifiers
 #define MAX 0x7f7f7f7f  
        ^
0_0_20602302_26726.cpp:28:8: error: macro names must be identifiers
 #define PI 3.14159265358979323  
        ^
0_0_20602302_26726.cpp:30:8: error: macro names must be identifiers
 #define N 104  
        ^
0_0_20602302_26726.cpp:31:7: error: stray '#' in program
 using namespace std;  
       ^
0_0_20602302_26726.cpp:31:22: error: stray '#' in program
 using namespace std;  
                      ^
0_0_20602302_26726.cpp:31:32: error: stray '#' in program
 using namespace std;  
                                ^
0_0_20602302_26726.cpp:31:38: error: stray '#' in program
 using namespace std;  
                                      ^
0_0_20602302_26726.cpp:32:9: error: stray '#' in program
 typedef long long LL;  
         ^
0_0_20602302_26726.cpp:32:19: error: stray '#' in program
 typedef long long LL;  
                   ^
0_0_20602302_26726.cpp:32:29: error: stray '#' in program
 typedef long long LL;  
                             ^
0_0_20602302_26726.cpp:32:38: error: stray '#' in program
 typedef long long LL;  
                                      ^
0_0_20602302_26726.cpp:32:44: error: stray '#' in program
 typedef long long LL;  
                                            ^
0_0_20602302_26726.cpp:33:8: error: stray '#' in program
 double anss;  
        ^
0_0_20602302_26726.cpp:33:19: error: stray '#' in program
 double anss;  
                   ^
0_0_20602302_26726.cpp:33:25: error: stray '#' in program
 double anss;  
                         ^
0_0_20602302_26726.cpp:34:4: error: stray '#' in program
 LL aans,sum;  
    ^
0_0_20602302_26726.cpp:34:19: error: stray '#' in program
 LL aans,sum;  
                   ^
0_0_20602302_26726.cpp:34:25: error: stray '#' in program
 LL aans,sum;  
                         ^
0_0_20602302_26726.cpp:35:5: error: stray '#' in program
 int cas,cass;  
     ^
0_0_20602302_26726.cpp:35:20: error: stray '#' in program
 int cas,cass;  
                    ^
0_0_20602302_26726.cpp:35:26: error: stray '#' in program
 int cas,cass;  
                          ^
0_0_20602302_26726.cpp:36:5: error: stray '#' in program
 int n,m,lll,ans;  
     ^
0_0_20602302_26726.cpp:36:23: error: stray '#' in program
 int n,m,lll,ans;  
                       ^
0_0_20602302_26726.cpp:36:29: error: stray '#' in program
 int n,m,lll,ans;  
                             ^
0_0_20602302_26726.cpp:37:5: error: stray '#' in program
 int main()  
     ^
0_0_20602302_26726.cpp:37:17: error: stray '#' in program
 int main()  
                 ^
0_0_20602302_26726.cpp:37:23: error: stray '#' in program
 int main()  
                       ^
0_0_20602302_26726.cpp:38:3: error: stray '#' in program
 {  
   ^
0_0_20602302_26726.cpp:38:9: error: stray '#' in program
 {  
         ^
0_0_20602302_26726.cpp:39:2: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
  ^
0_0_20602302_26726.cpp:39:8: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
        ^
0_0_20602302_26726.cpp:39:14: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
              ^
0_0_20602302_26726.cpp:39:20: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
                    ^
0_0_20602302_26726.cpp:39:25: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
                         ^
0_0_20602302_26726.cpp:39:33: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
                                 ^
0_0_20602302_26726.cpp:39:52: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
                                                    ^
0_0_20602302_26726.cpp:39:58: error: stray '#' in program
     #ifndef ONLINE_JUDGEW  
                                                          ^
0_0_20602302_26726.cpp:42:2: error: stray '#' in program
     #endif  
  ^
0_0_20602302_26726.cpp:42:8: error: stray '#' in program
     #endif  
        ^
0_0_20602302_26726.cpp:42:14: error: stray '#' in program
     #endif  
              ^
0_0_20602302_26726.cpp:42:20: error: stray '#' in program
     #endif  
                    ^
0_0_20602302_26726.cpp:42:25: error: stray '#' in program
     #endif  
                         ^
0_0_20602302_26726.cpp:42:32: error: stray '#' in program
     #endif  
                                ^
0_0_20602302_26726.cpp:42:38: error: stray '#' in program
     #endif  
                                      ^
0_0_20602302_26726.cpp:43:2: error: stray '#' in program
     int i,j,k;  
  ^
0_0_20602302_26726.cpp:43:8: error: stray '#' in program
     int i,j,k;  
        ^
0_0_20602302_26726.cpp:43:14: error: stray '#' in program
     int i,j,k;  
              ^
0_0_20602302_26726.cpp:43:20: error: stray '#' in program
     int i,j,k;  
                    ^
0_0_20602302_26726.cpp:43:29: error: stray '#' in program
     int i,j,k;  
                             ^
0_0_20602302_26726.cpp:43:41: error: stray '#' in program
     int i,j,k;  
                                         ^
0_0_20602302_26726.cpp:43:47: error: stray '#' in program
     int i,j,k;  
                                               ^
0_0_20602302_26726.cpp:46:2: error: stray '#' in program
     for(scanf("%d",&cas),cass=1;cass<=cas;cass++)  
  ^
0_0_20602302_26726.cpp:46:8: error: stray '#' in program
     for(scanf("%d",&cas),cass=1;cass<=cas;cass++)  
        ^
0_0_20602302_26726.cpp:46:14: error: stray '#' in program
     for(scanf("%d",&cas),cass=1;cass<=cas;cass++)  
              ^
0_0_20602302_26726.cpp:46:20: error: stray '#' in program
     for(scanf("%d",&cas),cass=1;cass<=cas;cass++)  
                    ^
0_0_20602302_26726.cpp:46:71: error: stray '#' in program
     for(scanf("%d",&cas),cass=1;cass<=cas;cass++)  
                                                                       ^
0_0_20602302_26726.cpp:46:77: error: stray '#' in program
     for(scanf("%d",&cas),cass=1;cass<=cas;cass++)  
                                                                             ^
0_0_20602302_26726.cpp:49:2: error: stray '#' in program
     {  
  ^
0_0_20602302_26726.cpp:49:8: error: stray '#' in program
     {  
        ^
0_0_20602302_26726.cpp:49:14: error: stray '#' in program
     {  
              ^
0_0_20602302_26726.cpp:49:20: error: stray '#' in program
     {  
                    ^
0_0_20602302_26726.cpp:49:27: error: stray '#' in program
     {  
                           ^
0_0_20602302_26726.cpp:49:33: error: stray '#' in program
     {  
                                 ^
0_


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-15 01:06:33, Gzip enabled