Submission #00276
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘void dijkstra(long long int, long long int)’:
./Main.cpp:40:30: error: ‘LINF’ was not declared in this scope
fill_n(mcos, 100010, LINF);
^~~~
./Main.cpp:40:30: note: suggested alternative: ‘INF’
fill_n(mcos, 100010, LINF);
^~~~
INF
./Main.cpp: In function ‘void dijkstra2()’:
./Main.cpp:63:30: error: ‘LINF’ was not declared in this scope
fill_n(mcos, 100010, LINF);
^~~~
./Main.cpp:63:30: note: suggested alternative: ‘INF’
fill_n(mcos, 100010, LINF);
^~~~
INF
セット
テストケース