Submission #00274


ソースコード

ステータス

項目 データ
問題 0008 - タクシー
ユーザー名 Koba_gochiusa
投稿日時 2022-07-29 11:15:15
言語 C++
状態 Compile Error
得点 0
ソースコード長 677 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:19:21: error: ‘class std::priority_queue<int>’ has no member named ‘front’
             if(a[j].front() > y){
                     ^~~~~
./Main.cpp:21:26: error: ‘class std::priority_queue<int>’ has no member named ‘front’
                 y = a[j].front();
                          ^~~~~
./Main.cpp:24:22: error: ‘class std::priority_queue<int>’ has no member named ‘front’
         cost += a[l].front();
                      ^~~~~

セット

セット 得点 Cases

テストケース

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