Submission #00092
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:26:20: error: no match for ‘operator[]’ (operand types are ‘std::vector<std::pair<int, int> > [100005]’ and ‘P {aka std::pair<int, int>}’)
int next=node[now][pos].first;
^
./Main.cpp:27:21: error: no match for ‘operator[]’ (operand types are ‘std::vector<std::pair<int, int> > [100005]’ and ‘P {aka std::pair<int, int>}’)
int ncost=node[now][pos].second;
^
./Main.cpp:34:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
if(min_cost==INF){
^
セット
テストケース