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_33731654_20332.cpp:102:11: error: redefinition of 'const int N'
 const int N = 100000 + 7, M = 200000 + 7; // 在 XOJ 上只有这样才能过
           ^
0_0_33731654_20332.cpp:101:11: note: 'const int N' previously defined here
 const int N = 10000 + 7, M = 100000 + 7; // 正确但 RE-80
           ^
0_0_33731654_20332.cpp:102:27: error: redefinition of 'const int M'
 const int N = 100000 + 7, M = 200000 + 7; // 在 XOJ 上只有这样才能过
                           ^
0_0_33731654_20332.cpp:101:26: note: 'const int M' previously defined here
 const int N = 10000 + 7, M = 100000 + 7; // 正确但 RE-80
                          ^


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-16 13:29:44, Gzip enabled