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_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39241457_5901.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39241457_5901.cpp:1:1: error: 'include' does not name a type
    1 | include<bits/stdc++.h>
      | ^~~~~~~
0_0_39241457_5901.cpp:15:1: error: 'vector' does not name a type
   15 | vector<node>e[2*N];
      | ^~~~~~
0_0_39241457_5901.cpp: In function 'void dijkstra()':
0_0_39241457_5901.cpp:21:5: error: 'priority_queue' was not declared in this scope
   21 |     priority_queue<node>q;
      |     ^~~~~~~~~~~~~~
0_0_39241457_5901.cpp:21:24: error: expected primary-expression before '>' token
   21 |     priority_queue<node>q;
      |                        ^
0_0_39241457_5901.cpp:21:25: error: 'q' was not declared in this scope
   21 |     priority_queue<node>q;
      |                         ^
0_0_39241457_5901.cpp:26:20: error: 'e' was not declared in this scope
   26 |         for(auto p:e[x]){
      |                    ^
0_0_39241457_5901.cpp: In function 'int main()':
0_0_39241457_5901.cpp:37:5: error: 'ios' has not been declared
   37 |     ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
      |     ^~~
0_0_39241457_5901.cpp:37:33: error: 'cin' was not declared in this scope
   37 |     ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
      |                                 ^~~
0_0_39241457_5901.cpp:37:44: error: 'cout' was not declared in this scope
   37 |     ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
      |                                            ^~~~
0_0_39241457_5901.cpp:43:13: error: 'e' was not declared in this scope
   43 |             e[i].clear();
      |             ^
0_0_39241457_5901.cpp:47:13: error: 'e' was not declared in this scope
   47 |             e[n+x].push_back({i,0});//΅±Η°²γΚύ
      |             ^
0_0_39241457_5901.cpp:51:13: error: 'e' was not declared in this scope
   51 |             e[n+i].push_back({n+i+1,c});
      |             ^
0_0_39241457_5901.cpp:57:13: error: 'e' was not declared in this scope
   57 |             e[u].push_back({v,w});
      |             ^


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-09-28 11:21:43, Gzip enabled