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_39718559_22966.cpp:167:2: error: stray '#' in program
  167 | }#include <bits/stdc++.h>
      |  ^
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:12: error: 'bits' was not declared in this scope
  167 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39718559_22966.cpp:167:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  167 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39718559_22966.cpp:167:3: error: 'include' does not name a type
  167 | }#include <bits/stdc++.h>
      |   ^~~~~~~
0_0_39718559_22966.cpp:169:11: error: redefinition of 'const int N'
  169 | const int N = 1e5+7;
      |           ^
0_0_39718559_22966.cpp:3:11: note: 'const int N' previously defined here
    3 | const int N = 1e5+7;
      |           ^
0_0_39718559_22966.cpp:170:11: error: redefinition of 'const int M'
  170 | const int M = 4e5+7;
      |           ^
0_0_39718559_22966.cpp:4:11: note: 'const int M' previously defined here
    4 | const int M = 4e5+7;
      |           ^
0_0_39718559_22966.cpp:171:5: error: redefinition of 'int n'
  171 | int n , q;
      |     ^
0_0_39718559_22966.cpp:5:5: note: 'int n' previously declared here
    5 | int n , q;
      |     ^
0_0_39718559_22966.cpp:171:9: error: redefinition of 'int q'
  171 | int n , q;
      |         ^
0_0_39718559_22966.cpp:5:9: note: 'int q' previously declared here
    5 | int n , q;
      |         ^
0_0_39718559_22966.cpp:172:8: error: redefinition of 'struct Node'
  172 | struct Node{
      |        ^~~~
0_0_39718559_22966.cpp:6:8: note: previous definition of 'struct Node'
    6 | struct Node{
      |        ^~~~
0_0_39718559_22966.cpp:174:2: error: conflicting declaration 'int a [100007]'
  174 | }a[N];
      |  ^
0_0_39718559_22966.cpp:8:2: note: previous declaration as 'Node a [100007]'
    8 | }a[N];
      |  ^
0_0_39718559_22966.cpp:175:8: error: redefinition of 'struct Query'
  175 | struct Query{
      |        ^~~~~
0_0_39718559_22966.cpp:9:8: note: previous definition of 'struct Query'
    9 | struct Query{
      |        ^~~~~
0_0_39718559_22966.cpp:177:2: error: conflicting declaration 'int b [100007]'
  177 | }b[N];
      |  ^
0_0_39718559_22966.cpp:11:2: note: previous declaration as 'Query b [100007]'
   11 | }b[N];
      |  ^
0_0_39718559_22966.cpp:180:22: error: redefinition of 'const double Li_chao_Seg::Li_chao_eps'
  180 |         const double Li_chao_eps = 1e-9;
      |                      ^~~~~~~~~~~
0_0_39718559_22966.cpp:14:22: note: 'const double Li_chao_Seg::Li_chao_eps' previously defined here
   14 |         const double Li_chao_eps = 1e-9;
      |                      ^~~~~~~~~~~
0_0_39718559_22966.cpp:185:13: error: redefinition of 'int Li_chao_Seg::cmp(double, double)'
  185 |         int cmp(double x, double y)
      |             ^~~
0_0_39718559_22966.cpp:19:13: note: 'int Li_chao_Seg::cmp(double, double)' previously defined here
   19 |         int cmp(double x, double y)
      |             ^~~
0_0_39718559_22966.cpp:191:16: error: redefinition of 'struct Li_chao_Seg::Li_chaor_Seg'
  191 |         struct Li_chaor_Seg{
      |                ^~~~~~~~~~~~
0_0_39718559_22966.cpp:25:16: note: previous definition of 'struct Li_chao_Seg::Li_chaor_Seg'
   25 |         struct Li_chaor_Seg{
      |                ^~~~~~~~~~~~
0_0_39718559_22966.cpp:257:10: error: conflicting declaration 'int Li_chao_Seg::t1'
  257 |         }t1 , t2;
      |          ^~
0_0_39718559_22966.cpp:91:10: note: previous declaration as 'Li_chao_Seg::Li_chaor_Seg Li_chao_Seg::t1'
   91 |         }t1 , t2;
      |          ^~
0_0_39718559_22966.cpp:257:15: error: conflicting declaration 'int Li_chao_Seg::t2'
  257 |         }t1 , t2;
      |               ^~
0_0_39718559_22966.cpp:91:15: note: previous declaration as 'Li_chao_Seg::Li_chaor_Seg Li_chao_Seg::t2'
   91 |         }t1 , t2;
      |               ^~
0_0_39718559_22966.cpp:263:5: error: redefinition of 'int lix [400007]'
  263 | int lix[M] , liy[M] , lixtot,liytot;
      |     ^~~
0_0_39718559_22966.cpp:97:5: note: 'int lix [400007]' previously declared here
   97 | int lix[M] , liy[M] , lixtot,liytot;
      |     ^~~
0_0_39718559_22966.cpp:263:14: error: redefinition of 'int liy [400007]'
  263 | int lix[M] , liy[M] , lixtot,liytot;
      |              ^~~
0_0_39718559_22966.cpp:97:14: note: 'int liy [400007]' previously declared here
   97 | int lix[M] , liy[M] , lixtot,liytot;
      |              ^~~
0_0_39718559_22966.cpp:263:23: error: redefinition of 'int lixtot'
  263 | int lix[M] , liy[M] , lixtot,liytot;
      |                       ^~~~~~
0_0_39718559_22966.cpp:97:23: note: 'int lixtot' previously declared here
   97 | int lix[M] , liy[M] , lixtot,liytot;
      |                       ^~~~~~
0_0_39718559_22966.cpp:263:30: error: redefinition of 'int liytot'
  263 | int lix[M] , liy[M] , lixtot,liytot;
      |                              ^~~~~~
0_0_39718559_22966.cpp:97:30: note: 'int liytot' previously declared here
   97 | int lix[M] , liy[M] , lixtot,liytot;
      |                              ^~~~~~
0_0_39718559_22966.cpp:264:6: error: redefinition of 'void solve()'
  264 | void solve()
      |      ^~~~~
0_0_39718559_22966.cpp:98:6: note: 'void solve()' previously defined here
   98 | void solve()
      |      ^~~~~
0_0_39718559_22966.cpp:326:5: error: redefinition of 'int main()'
  326 | int main()
      |     ^~~~
0_0_39718559_22966.cpp:160:5: note: 'int main()' previously defined here
  160 | 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-11-25 18:44:37, Gzip enabled