Submission #28599


ソースコード

ステータス

項目 データ
問題 0431 - 君も始めようダイクストラ大好き厨
ユーザー名 ei1728
投稿日時 2017-11-13 18:52:48
言語 C++11
状態 Compile Error
得点 0
ソースコード長 947 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:23:19: error: stray ‘\343’ in program
   pq.push(P(0,1)); 
                   ^
./Main.cpp:23:20: error: stray ‘\200’ in program
   pq.push(P(0,1)); 
                    ^
./Main.cpp:23:21: error: stray ‘\200’ in program
   pq.push(P(0,1)); 
                     ^
./Main.cpp:31:37: error: stray ‘\343’ in program
       if(cost+ncost<min_cost[next]){ 
                                     ^
./Main.cpp:31:38: error: stray ‘\200’ in program
       if(cost+ncost<min_cost[next]){ 
                                      ^
./Main.cpp:31:39: error: stray ‘\200’ in program
       if(cost+ncost<min_cost[next]){ 
                                       ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #