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_23090322_17012.cpp:2:1: error: 'define' does not name a type
 define int long long
 ^
0_0_23090322_17012.cpp: In function 'void xg(int, int, int, int)':
0_0_23090322_17012.cpp:102:27: error: 'max' was not declared in this scope
  if (y>mid) xg(max(mid+1,x),y,d<<1|1,z);
                           ^
0_0_23090322_17012.cpp:102:27: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3454:5: note:   'std::max'
     max(initializer_list<_Tp> __l, _Compare __comp)
     ^
0_0_23090322_17012.cpp:103:28: error: 'min' was not declared in this scope
  if (x<=mid) xg(x,min(y,mid),d<<1,z);
                            ^
0_0_23090322_17012.cpp:103:28: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3444:5: note:   'std::min'
     min(initializer_list<_Tp> __l, _Compare __comp)
     ^
0_0_23090322_17012.cpp: In function 'int cx(int, int, int)':
0_0_23090322_17012.cpp:114:30: error: 'max' was not declared in this scope
  if (y>mid) s+=cx(max(mid+1,x),y,d<<1|1);
                              ^
0_0_23090322_17012.cpp:114:30: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3454:5: note:   'std::max'
     max(initializer_list<_Tp> __l, _Compare __comp)
     ^
0_0_23090322_17012.cpp:115:31: error: 'min' was not declared in this scope
  if (x<=mid) s+=cx(x,min(y,mid),d<<1);
                               ^
0_0_23090322_17012.cpp:115:31: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3444:5: note:   'std::min'
     min(initializer_list<_Tp> __l, _Compare __comp)
     ^
0_0_23090322_17012.cpp: In function 'void add1()':
0_0_23090322_17012.cpp:124:36: error: 'swap' was not declared in this scope
   if (deep[tx]<deep[ty]) swap(tx,ty),swap(X,Y);
                                    ^
0_0_23090322_17012.cpp:124:36: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/unordered_set:48:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:116,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_set.h:1325:5: note:   'std::swap'
     swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/exception:162:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:160:5: note:   'std::__exception_ptr::swap'
     swap(exception_ptr& __lhs, exception_ptr& __rhs)
     ^
0_0_23090322_17012.cpp:129:31: error: 'swap' was not declared in this scope
  if (deep[X]<deep[Y]) swap(X,Y);
                               ^
0_0_23090322_17012.cpp:129:31: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/unordered_set:48:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:116,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_set.h:1325:5: note:   'std::swap'
     swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/exception:162:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:160:5: note:   'std::__exception_ptr::swap'
     swap(exception_ptr& __lhs, exception_ptr& __rhs)
     ^
0_0_23090322_17012.cpp: In function 'void ans1()':
0_0_23090322_17012.cpp:136:31: error: 'swap' was not declared in this scope
  if (deep[X]<deep[Y]) swap(X,Y);
                               ^
0_0_23090322_17012.cpp:136:31: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/unordered_set:48:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:116,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_set.h:1325:5: note:   'std::swap'
     swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/exception:162:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:160:5: note:   'std::__exception_ptr::swap'
     swap(exception_ptr& __lhs, exception_ptr& __rhs)
     ^
0_0_23090322_17012.cpp: In function 'void add2()':
0_0_23090322_17012.cpp:146:36: error: 'swap' was not declared in this scope
   if (deep[tx]<deep[ty]) swap(tx,ty),swap(X,Y);
                                    ^
0_0_23090322_17012.cpp:146:36: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/unordered_set:48:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:116,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_set.h:1325:5: note:   'std::swap'
     swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/exception:162:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:160:5: note:   'std::__exception_ptr::swap'
     swap(exception_ptr& __lhs, exception_ptr& __rhs)
     ^
0_0_23090322_17012.cpp:151:31: error: 'swap' was not declared in this scope
  if (deep[X]<deep[Y]) swap(X,Y);
                               ^
0_0_23090322_17012.cpp:151:31: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/unordered_set:48:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:116,
                 from 0_0_23090322_17012.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_set.h:1325:5: note:   'std::swap'
     swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c+


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-02 08:02:13, Gzip enabled