Submission #00186


ソースコード

ステータス

項目 データ
問題 0003 - 眠れる獅子の肝試し
ユーザー名 ei1630
投稿日時 2017-05-05 22:33:16
言語 C++11
状態 Compile Error
得点 0
ソースコード長 933 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:37:3: error: stray ‘\357’ in program
   if(min_cost[n]*2>x){
   ^
./Main.cpp:37:3: error: stray ‘\274’ in program
./Main.cpp:37:3: error: stray ‘\212’ in program
./Main.cpp:38:5: error: stray ‘\342’ in program
     cout<<”sleep”<<endl;
     ^
./Main.cpp:38:5: error: stray ‘\200’ in program
./Main.cpp:38:5: error: stray ‘\235’ in program
./Main.cpp:38:5: error: stray ‘\342’ in program
./Main.cpp:38:5: error: stray ‘\200’ in program
./Main.cpp:38:5: error: stray ‘\235’ in program
./Main.cpp:40:5: error: stray ‘\357’ in program
     cout<<min_cost[n]*2<<endl;
     ^
./Main.cpp:40:5: error: stray ‘\274’ in program
./Main.cpp:40:5: error: stray ‘\212’ in program
./Main.cpp: In function ‘int main()’:
./Main.cpp:30:22: error: expected unqualified-id before ‘[’ token
       int ncost=node.[pos][i].second+cost;
                      ^
./Main.cpp:33:30: error: expected ‘)’ before ‘;’ token
         pq.push(P(ncost,next);
                              ^
./Main.cpp:37:20: error: expected ‘)’ before numeric constant
   if(min_cost[n]*2>x){
                    ^
./Main.cpp:38:14: error: ‘sleep’ was not declared in this scope
     cout<<”sleep”<<endl;
              ^
./Main.cpp:40:25: error: expected ‘;’ before numeric constant
     cout<<min_cost[n]*2<<endl;
                         ^

セット

セット 得点 Cases

テストケース

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