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_38313162_8642.cpp:5:15: error: expected ';' before ',' token
 using std::max, std::priority_queue, std::pair;
               ^
0_0_38313162_8642.cpp:5:15: error: expected unqualified-id before ',' token
0_0_38313162_8642.cpp:5:36: error: expected constructor, destructor, or type conversion before ',' token
 using std::max, std::priority_queue, std::pair;
                                    ^
0_0_38313162_8642.cpp:5:47: error: expected constructor, destructor, or type conversion before ';' token
 using std::max, std::priority_queue, std::pair;
                                               ^
0_0_38313162_8642.cpp: In function 'void dijkstra()':
0_0_38313162_8642.cpp:35:5: error: 'priority_queue' was not declared in this scope
     priority_queue<pair<ll, int>> pq;
     ^
0_0_38313162_8642.cpp:35:5: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64:0,
                 from 0_0_38313162_8642.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:370:11: note:   'std::priority_queue'
     class priority_queue
           ^
0_0_38313162_8642.cpp:35:20: error: 'pair' was not declared in this scope
     priority_queue<pair<ll, int>> pq;
                    ^
0_0_38313162_8642.cpp:35:20: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
                 from 0_0_38313162_8642.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:96:12: note:   'std::pair'
     struct pair
            ^
0_0_38313162_8642.cpp:35:27: error: expected primary-expression before ',' token
     priority_queue<pair<ll, int>> pq;
                           ^
0_0_38313162_8642.cpp:35:29: error: expected primary-expression before 'int'
     priority_queue<pair<ll, int>> pq;
                             ^
0_0_38313162_8642.cpp:36:5: error: 'pq' was not declared in this scope
     pq.emplace(0, s);
     ^


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-07-05 00:15:33, Gzip enabled