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_37863123_23215.cpp:54:6: error: 'NN' was not declared in this scope
 LL d[NN];
      ^
0_0_37863123_23215.cpp:55:9: error: 'NN' was not declared in this scope
 int vis[NN];
         ^
0_0_37863123_23215.cpp: In function 'void dijkstra()':
0_0_37863123_23215.cpp:59:9: error: 'd' was not declared in this scope
  memset(d,0x3f,sizeof(d));
         ^
0_0_37863123_23215.cpp:60:9: error: 'vis' was not declared in this scope
  memset(vis,0,sizeof(vis));
         ^
0_0_37863123_23215.cpp:74:20: error: no matching function for call to 'std::priority_queue<node>::push(<brace-enclosed initializer list>)'
     q.push({j,d[j]});
                    ^
0_0_37863123_23215.cpp:74:20: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:85,
                 from 0_0_37863123_23215.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:499:7: note: void std::priority_queue<_Tp, _Sequence, _Compare>::push(const value_type&) [with _Tp = node; _Sequence = std::vector<node, std::allocator<node> >; _Compare = std::less<node>; std::priority_queue<_Tp, _Sequence, _Compare>::value_type = node]
       push(const value_type& __x)
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:499:7: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const value_type& {aka const node&}'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:507:7: note: void std::priority_queue<_Tp, _Sequence, _Compare>::push(std::priority_queue<_Tp, _Sequence, _Compare>::value_type&&) [with _Tp = node; _Sequence = std::vector<node, std::allocator<node> >; _Compare = std::less<node>; std::priority_queue<_Tp, _Sequence, _Compare>::value_type = node]
       push(value_type&& __x)
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:507:7: note:   no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'std::priority_queue<node>::value_type&& {aka node&&}'
0_0_37863123_23215.cpp: In function 'void solve()':
0_0_37863123_23215.cpp:106:18: error: 'd' was not declared in this scope
  printf("%lld\n",d[ed]);
                  ^


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-30 14:40:27, Gzip enabled