Submission #00075
ソースコード
ステータス
項目 |
データ |
問題 |
0005 - 尾根 (Ridge) |
ユーザー名 |
ei1710
|
投稿日時 |
2018-11-21 19:27:04 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1848 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘void dfs(ll, ll, int (*)[1005])’:
./Main.cpp:70:24: error: no matching function for call to ‘Point::Point(ll&, ll&)’
que.push(Point(i, j));
^
./Main.cpp:11:3: note: candidate: ‘Point::Point()’
} Point;
^~~~~
./Main.cpp:11:3: note: candidate expects 0 arguments, 2 provided
./Main.cpp:11:3: note: candidate: ‘Point::Point(const Point&)’
./Main.cpp:11:3: note: candidate expects 1 argument, 2 provided
./Main.cpp:88:34: error: no matching function for call to ‘Point::Point(ll&, ll&)’
que.push(Point(ny, nx));
^
./Main.cpp:11:3: note: candidate: ‘Point::Point()’
} Point;
^~~~~
./Main.cpp:11:3: note: candidate expects 0 arguments, 2 provided
./Main.cpp:11:3: note: candidate: ‘Point::Point(const Point&)’
./Main.cpp:11:3: note: candidate expects 1 argument, 2 provided
セット
テストケース