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_25595612_31330.cpp:3:20: error: expected ']' before ';' token
 #define maxn 5e6+10;
                    ^
0_0_25595612_31330.cpp:4:9: note: in expansion of macro 'maxn'
 char ss[maxn];
         ^
0_0_25595612_31330.cpp:4:13: error: expected unqualified-id before ']' token
 char ss[maxn];
             ^
0_0_25595612_31330.cpp:3:20: error: expected ']' before ';' token
 #define maxn 5e6+10;
                    ^
0_0_25595612_31330.cpp:8:5: note: in expansion of macro 'maxn'
 } a[maxn];
     ^
0_0_25595612_31330.cpp:8:9: error: expected unqualified-id before ']' token
 } a[maxn];
         ^
0_0_25595612_31330.cpp: In function 'int main()':
0_0_25595612_31330.cpp:32:24: error: 'ss' was not declared in this scope
             scanf("%s",ss);
                        ^
0_0_25595612_31330.cpp:65:13: error: 'a' was not declared in this scope
             a[i].left=left;
             ^
0_0_25595612_31330.cpp:69:14: error: 'a' was not declared in this scope
         sort(a+1,a+1+n,cmp);
              ^


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-03 17:58:35, Gzip enabled