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_30272565_28455.cpp:143:10: error: redefinition of 'bool fastIO::IOerror'
     bool IOerror = 0;
          ^
0_0_30272565_28455.cpp:11:10: note: 'bool fastIO::IOerror' previously defined here
     bool IOerror = 0;
          ^
0_0_30272565_28455.cpp: In function 'char fastIO::nc()':
0_0_30272565_28455.cpp:144:17: error: redefinition of 'char fastIO::nc()'
     inline char nc() {
                 ^
0_0_30272565_28455.cpp:12:17: note: 'char fastIO::nc()' previously defined here
     inline char nc() {
                 ^
0_0_30272565_28455.cpp: In function 'bool fastIO::blank(char)':
0_0_30272565_28455.cpp:156:17: error: redefinition of 'bool fastIO::blank(char)'
     inline bool blank(char ch) {
                 ^
0_0_30272565_28455.cpp:24:17: note: 'bool fastIO::blank(char)' previously defined here
     inline bool blank(char ch) {
                 ^
0_0_30272565_28455.cpp: In function 'void fastIO::read(long long int&)':
0_0_30272565_28455.cpp:159:17: error: redefinition of 'void fastIO::read(long long int&)'
     inline void read(long long &x) {
                 ^
0_0_30272565_28455.cpp:27:17: note: 'void fastIO::read(long long int&)' previously defined here
     inline void read(long long &x) {
                 ^
0_0_30272565_28455.cpp: At global scope:
0_0_30272565_28455.cpp:173:10: error: redefinition of 'const ll MAXN'
 const ll MAXN = (ll)2e5+7;
          ^
0_0_30272565_28455.cpp:41:10: note: 'const ll MAXN' previously defined here
 const ll MAXN = (ll)2e5+7;
          ^
0_0_30272565_28455.cpp:174:10: error: redefinition of 'const ll INF'
 const ll INF = (ll)1e18+7;
          ^
0_0_30272565_28455.cpp:42:10: note: 'const ll INF' previously defined here
 const ll INF = (ll)1e18+7;
          ^
0_0_30272565_28455.cpp:176:4: error: redefinition of 'll N'
 ll N;
    ^
0_0_30272565_28455.cpp:44:4: note: 'll N' previously declared here
 ll N;
    ^
0_0_30272565_28455.cpp:177:10: error: redefinition of 'll a [200007]'
 ll a[MAXN],b[MAXN],v[MAXN],ans;
          ^
0_0_30272565_28455.cpp:45:4: note: 'll a [200007]' previously declared here
 ll a[MAXN],b[MAXN],v[MAXN],ans;
    ^
0_0_30272565_28455.cpp:177:18: error: redefinition of 'll b [200007]'
 ll a[MAXN],b[MAXN],v[MAXN],ans;
                  ^
0_0_30272565_28455.cpp:45:12: note: 'll b [200007]' previously declared here
 ll a[MAXN],b[MAXN],v[MAXN],ans;
            ^
0_0_30272565_28455.cpp:177:26: error: redefinition of 'll v [200007]'
 ll a[MAXN],b[MAXN],v[MAXN],ans;
                          ^
0_0_30272565_28455.cpp:45:20: note: 'll v [200007]' previously declared here
 ll a[MAXN],b[MAXN],v[MAXN],ans;
                    ^
0_0_30272565_28455.cpp:177:28: error: redefinition of 'll ans'
 ll a[MAXN],b[MAXN],v[MAXN],ans;
                            ^
0_0_30272565_28455.cpp:45:28: note: 'll ans' previously declared here
 ll a[MAXN],b[MAXN],v[MAXN],ans;
                            ^
0_0_30272565_28455.cpp:178:18: error: redefinition of 'std::vector<long long int> G [200007]'
 vector<ll> G[MAXN];
                  ^
0_0_30272565_28455.cpp:46:12: note: 'std::vector<long long int> G [200007]' previously declared here
 vector<ll> G[MAXN];
            ^
0_0_30272565_28455.cpp:180:10: error: redefinition of 'const ll mod'
 const ll mod=76543;
          ^
0_0_30272565_28455.cpp:48:10: note: 'const ll mod' previously defined here
 const ll mod=76543;
          ^
0_0_30272565_28455.cpp:181:8: error: redefinition of 'struct ss'
 struct ss{ll v;ll w,last;}GGG[500007];
        ^
0_0_30272565_28455.cpp:49:8: error: previous definition of 'struct ss'
 struct ss{ll v;ll w,last;}GGG[500007];
        ^
0_0_30272565_28455.cpp:181:38: error: invalid type in declaration before ';' token
 struct ss{ll v;ll w,last;}GGG[500007];
                                      ^
0_0_30272565_28455.cpp:181:38: error: conflicting declaration 'int GGG [500007]'
0_0_30272565_28455.cpp:49:27: note: previous declaration as 'ss GGG [500007]'
 struct ss{ll v;ll w,last;}GGG[500007];
                           ^
0_0_30272565_28455.cpp:182:8: error: redefinition of 'struct HaHashsh'
 struct HaHashsh{
        ^
0_0_30272565_28455.cpp:50:8: error: previous definition of 'struct HaHashsh'
 struct HaHashsh{
        ^
0_0_30272565_28455.cpp:195:4: error: invalid type in declaration before ';' token
 }hs;
    ^
0_0_30272565_28455.cpp:195:4: error: conflicting declaration 'int hs'
0_0_30272565_28455.cpp:63:2: note: previous declaration as 'HaHashsh hs'
 }hs;
  ^
0_0_30272565_28455.cpp: In function 'll getID(ll, ll, ll)':
0_0_30272565_28455.cpp:197:11: error: redefinition of 'll getID(ll, ll, ll)'
 inline ll getID(ll u,ll fa,ll deep) {
           ^
0_0_30272565_28455.cpp:65:11: note: 'll getID(ll, ll, ll)' previously defined here
 inline ll getID(ll u,ll fa,ll deep) {
           ^
0_0_30272565_28455.cpp: At global scope:
0_0_30272565_28455.cpp:201:5: error: redefinition of 'int start'
 int start;
     ^
0_0_30272565_28455.cpp:69:5: note: 'int start' previously declared here
 int start;
     ^
0_0_30272565_28455.cpp: In function 'll dfs(ll, ll, ll)':
0_0_30272565_28455.cpp:202:11: error: redefinition of 'll dfs(ll, ll, ll)'
 inline ll dfs(ll u,ll fa,ll deep) {
           ^
0_0_30272565_28455.cpp:70:11: note: 'll dfs(ll, ll, ll)' previously defined here
 inline ll dfs(ll u,ll fa,ll deep) {
           ^
0_0_30272565_28455.cpp: In function 'void init()':
0_0_30272565_28455.cpp:234:6: error: redefinition of 'void init()'
 void init() {
      ^
0_0_30272565_28455.cpp:102:6: note: 'void init()' previously defined here
 void init() {
      ^
0_0_30272565_28455.cpp: In function 'int main()':
0_0_30272565_28455.cpp:240:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_30272565_28455.cpp:108:5: note: 'int main()' previously defined here
 int main()
     ^


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-12 12:45:26, Gzip enabled