Submission #00187
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - 眠れる獅子の肝試し |
ユーザー名 |
ei1630
|
投稿日時 |
2017-05-05 22:35:31 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
951 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:8:3: error: stray ‘\342’ in program
char str[256]=”sleep”;
^
./Main.cpp:8:3: error: stray ‘\200’ in program
./Main.cpp:8:3: error: stray ‘\235’ in program
./Main.cpp:8:3: error: stray ‘\342’ in program
./Main.cpp:8:3: error: stray ‘\200’ in program
./Main.cpp:8:3: error: stray ‘\235’ in program
./Main.cpp: In function ‘int main()’:
./Main.cpp:8:20: error: ‘sleep’ was not declared in this scope
char str[256]=”sleep”;
^
./Main.cpp:31:22: error: expected unqualified-id before ‘[’ token
int ncost=node.[pos][i].second+cost;
^
./Main.cpp:34:30: error: expected ‘)’ before ‘;’ token
pq.push(P(ncost,next);
^
セット
テストケース