运行 ID: 34146

Main.cc:144:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:144:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:146:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:153:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:161:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:202:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:250:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:275:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:275:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:277:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:284:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:292:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:333:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:381:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:406:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:406:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:408:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:415:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:423:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:464:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:512:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:537:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:537:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:539:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:546:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:554:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:595:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:643:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:668:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:668:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:670:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:677:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:685:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:726:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:774:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:799:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:799:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:801:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:808:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:816:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:857:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:905:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:930:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:930:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:932:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:939:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:947:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:988:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:1036:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:1061:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:1061:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:1063:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:1070:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:1078:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:1119:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:1167:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:1192:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:1192:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:1194:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:1201:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:1209:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:1250:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:1298:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:1323:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:1323:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:1325:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:1332:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:1340:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:1381:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:1429:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:1454:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:1454:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:1456:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:1463:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:1471:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:1512:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:1560:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:1585:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:1585:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:1587:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:1594:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:1602:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:1643:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:1691:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~
Main.cc: At global scope:
Main.cc:1716:15: error: redefinition of ‘constexpr const int INF’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:13:15: note: ‘constexpr const int INF’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
               ^~~
Main.cc:1716:33: error: redefinition of ‘constexpr const int N’
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:13:33: note: ‘constexpr const int N’ previously defined here
 constexpr int INF = 0x7f7f7f7f, N = 5e5;
                                 ^
Main.cc:1718:8: error: redefinition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:15:8: note: previous definition of ‘struct Max’
 struct Max {
        ^~~
Main.cc:1725:8: error: redefinition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:22:8: note: previous definition of ‘struct Min’
 struct Min {
        ^~~
Main.cc:1733:8: error: redefinition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:30:8: note: previous definition of ‘struct SparseTable’
 struct SparseTable {
        ^~~~~~~~~~~
Main.cc:1774:8: error: redefinition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc:71:8: note: previous definition of ‘struct Solution’
 struct Solution {
        ^~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:1822:5: error: redefinition of ‘int main()’
 int main()
     ^~~~
Main.cc:119:5: note: ‘int main()’ previously defined here
 int main()
     ^~~~