Submission #00185
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - 眠れる獅子の肝試し |
ユーザー名 |
ei1630
|
投稿日時 |
2017-05-05 22:32:29 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
927 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./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: 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:38:14: error: ‘sleep’ was not declared in this scope
cout<<”sleep”<<endl;
^
セット
テストケース