Submission #00103
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - 通勤経路 |
ユーザー名 |
ei1532
|
投稿日時 |
2015-11-16 19:39:11 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
691 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int dfs(int, int, int)’:
./Main.cpp:19:18: error: ‘empty’ was not declared in this scope
while(!empty()){
^
./Main.cpp:21:13: error: conversion from ‘<unresolved overloaded function type>’ to non-scalar type ‘p {aka std::pair<int, int>}’ requested
p g=q.front; q.pop();
^
./Main.cpp:22:16: error: ‘class std::queue<std::pair<int, int> >’ has no member named ‘first’
int n1=q.first;
^
./Main.cpp:23:16: error: ‘class std::queue<std::pair<int, int> >’ has no member named ‘second’
int n2=q.second;
^
セット
テストケース