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_39676626_8383.cpp:150:2: error: stray '#' in program
  150 | }#include <bits/stdc++.h>
      |  ^
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:12: error: 'bits' was not declared in this scope
  150 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39676626_8383.cpp:150:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  150 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39676626_8383.cpp:150:3: error: 'include' does not name a type
  150 | }#include <bits/stdc++.h>
      |   ^~~~~~~
0_0_39676626_8383.cpp:154:11: error: redefinition of 'const long long int M'
  154 | const int M=2e2+5;
      |           ^
0_0_39676626_8383.cpp:5:11: note: 'const long long int M' previously defined here
    5 | const int M=2e2+5;
      |           ^
0_0_39676626_8383.cpp:155:6: error: redefinition of 'char mp [205][205]'
  155 | char mp[M][M];
      |      ^~
0_0_39676626_8383.cpp:6:6: note: 'char mp [205][205]' previously declared here
    6 | char mp[M][M];
      |      ^~
0_0_39676626_8383.cpp:156:15: error: redefinition of 'std::multiset<std::pair<long long int, long long int> > vis'
  156 | multiset<pii> vis;
      |               ^~~
0_0_39676626_8383.cpp:7:15: note: 'std::multiset<std::pair<long long int, long long int> > vis' previously declared here
    7 | multiset<pii> vis;
      |               ^~~
0_0_39676626_8383.cpp:157:6: error: redefinition of 'bool viss [205][205]'
  157 | bool viss[M][M];
      |      ^~~~
0_0_39676626_8383.cpp:8:6: note: 'bool viss [205][205]' previously declared here
    8 | bool viss[M][M];
      |      ^~~~
0_0_39676626_8383.cpp:158:5: error: redefinition of 'long long int n'
  158 | int n,m;
      |     ^
0_0_39676626_8383.cpp:9:5: note: 'long long int n' previously declared here
    9 | int n,m;
      |     ^
0_0_39676626_8383.cpp:158:7: error: redefinition of 'long long int m'
  158 | int n,m;
      |       ^
0_0_39676626_8383.cpp:9:7: note: 'long long int m' previously declared here
    9 | int n,m;
      |       ^
0_0_39676626_8383.cpp:159:13: error: redefinition of 'std::vector<std::pair<long long int, long long int> > ins'
  159 | vector<pii> ins;
      |             ^~~
0_0_39676626_8383.cpp:10:13: note: 'std::vector<std::pair<long long int, long long int> > ins' previously defined here
   10 | vector<pii> ins;
      |             ^~~
0_0_39676626_8383.cpp:160:13: error: redefinition of 'std::vector<std::pair<long long int, long long int> > ts'
  160 | vector<pii> ts;
      |             ^~
0_0_39676626_8383.cpp:11:13: note: 'std::vector<std::pair<long long int, long long int> > ts' previously defined here
   11 | vector<pii> ts;
      |             ^~
0_0_39676626_8383.cpp:161:6: error: redefinition of 'bool ff'
  161 | bool ff=0;
      |      ^~
0_0_39676626_8383.cpp:12:6: note: 'bool ff' previously defined here
   12 | bool ff=0;
      |      ^~
0_0_39676626_8383.cpp:162:6: error: redefinition of 'bool tt'
  162 | bool tt=0;
      |      ^~
0_0_39676626_8383.cpp:13:6: note: 'bool tt' previously defined here
   13 | bool tt=0;
      |      ^~
0_0_39676626_8383.cpp:163:6: error: redefinition of 'bool te'
  163 | bool te=0;
      |      ^~
0_0_39676626_8383.cpp:14:6: note: 'bool te' previously defined here
   14 | bool te=0;
      |      ^~
0_0_39676626_8383.cpp:164:6: error: redefinition of 'bool check(long long int, long long int)'
  164 | bool check(int x,int y){
      |      ^~~~~
0_0_39676626_8383.cpp:15:6: note: 'bool check(long long int, long long int)' previously defined here
   15 | bool check(int x,int y){
      |      ^~~~~
0_0_39676626_8383.cpp:167:6: error: redefinition of 'void dfs(long long int, long long int)'
  167 | void dfs(int d,int dx){
      |      ^~~
0_0_39676626_8383.cpp:18:6: note: 'void dfs(long long int, long long int)' previously defined here
   18 | void dfs(int d,int dx){
      |      ^~~
0_0_39676626_8383.cpp:239:6: error: redefinition of 'void solve()'
  239 | void solve(){
      |      ^~~~~
0_0_39676626_8383.cpp:90:6: note: 'void solve()' previously defined here
   90 | void solve(){
      |      ^~~~~
0_0_39676626_8383.cpp:292:8: error: redefinition of 'int main()'
  292 | signed main(){
      |        ^~~~
0_0_39676626_8383.cpp:143:8: note: 'int main()' previously defined here
  143 | signed 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-22 20:49:26, Gzip enabled