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_38131151_17346.cpp: In member function 'void SSSP::run()':
0_0_38131151_17346.cpp:12:18: error: expected unqualified-id before '[' token
             auto [len, node] = pq.top();
                  ^
0_0_38131151_17346.cpp:14:21: error: 'node' was not declared in this scope
             if (dis[node] != -1) continue;
                     ^
0_0_38131151_17346.cpp:15:17: error: 'node' was not declared in this scope
             dis[node] = len;
                 ^
0_0_38131151_17346.cpp:15:25: error: 'len' was not declared in this scope
             dis[node] = len;
                         ^
0_0_38131151_17346.cpp:16:23: error: expected unqualified-id before '[' token
             for (auto [nxt, edge] : g[node]) pq.emplace(len + edge, nxt);
                       ^
0_0_38131151_17346.cpp:16:23: error: expected ';' before '[' token
0_0_38131151_17346.cpp:16:24: error: 'nxt' was not declared in this scope
             for (auto [nxt, edge] : g[node]) pq.emplace(len + edge, nxt);
                        ^
0_0_38131151_17346.cpp:16:29: error: 'edge' was not declared in this scope
             for (auto [nxt, edge] : g[node]) pq.emplace(len + edge, nxt);
                             ^
0_0_38131151_17346.cpp: In lambda function:
0_0_38131151_17346.cpp:16:35: error: expected '{' before ':' token
             for (auto [nxt, edge] : g[node]) pq.emplace(len + edge, nxt);
                                   ^
0_0_38131151_17346.cpp: In member function 'void SSSP::run()':
0_0_38131151_17346.cpp:16:35: error: expected ';' before ':' token
0_0_38131151_17346.cpp:16:35: error: expected primary-expression before ':' token
0_0_38131151_17346.cpp:16:35: error: expected ')' before ':' token
0_0_38131151_17346.cpp:16:35: error: expected primary-expression before ':' token


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-16 20:37:14, Gzip enabled