Submission #49531


ソースコード

ステータス

項目 データ
問題 1151 - Hameln Online Judge
ユーザー名 syoribu
投稿日時 2019-05-27 21:50:07
言語 C++
状態 Compile Error
得点 0
ソースコード長 786 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘void bogo_sort(std::vector<std::pair<int, int> >&)’:
./Main.cpp:11:9: error: ‘random_device’ was not declared in this scope
         random_device seed_gen;
         ^~~~~~~~~~~~~
./Main.cpp:11:9: note: suggested alternative: ‘random_data’
         random_device seed_gen;
         ^~~~~~~~~~~~~
         random_data
./Main.cpp:12:9: error: ‘mt19937’ was not declared in this scope
         mt19937 engine(seed_gen());
         ^~~~~~~
./Main.cpp:13:37: error: ‘engine’ was not declared in this scope
         shuffle(v.begin(), v.end(), engine);
                                     ^~~~~~
./Main.cpp:13:37: note: suggested alternative: ‘getline’
         shuffle(v.begin(), v.end(), engine);
                                     ^~~~~~
                                     getline
./Main.cpp:13:9: error: ‘shuffle’ was not declared in this scope
         shuffle(v.begin(), v.end(), engine);
         ^~~~~~~

セット

セット 得点 Cases

テストケース

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