Submission #00037


ソースコード

ステータス

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

コンパイルメッセージ

./Main.cpp:18:11: エラー: ‘n’ was not declared in this scope
 Node node[n + 3];
           ^
./Main.cpp:18:11: 備考: suggested alternative: ‘yn’
 Node node[n + 3];
           ^
           yn
./Main.cpp:19:19: エラー: ‘n’ was not declared in this scope
 vector<Edge> edge[n + 3];
                   ^
./Main.cpp:19:19: 備考: suggested alternative: ‘yn’
 vector<Edge> edge[n + 3];
                   ^
                   yn
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:30:7: エラー: ‘node’ was not declared in this scope
       node[i].num = i;
       ^~~~
./Main.cpp:30:7: 備考: suggested alternative: ‘Node’
       node[i].num = i;
       ^~~~
       Node
./Main.cpp:39:7: エラー: ‘edge’ was not declared in this scope
       edge[a].push_back( (Edge){ b, c } );
       ^~~~
./Main.cpp:39:7: 備考: suggested alternative: ‘Edge’
       edge[a].push_back( (Edge){ b, c } );
       ^~~~
       Edge
./Main.cpp:43:4: エラー: ‘node’ was not declared in this scope
    node[1].val = 0;
    ^~~~
./Main.cpp:43:4: 備考: suggested alternative: ‘Node’
    node[1].val = 0;
    ^~~~
    Node
./Main.cpp:51:32: エラー: ‘edge’ was not declared in this scope
       for( long int i = 0; i < edge[now.num].size(); ++i )
                                ^~~~
./Main.cpp:51:32: 備考: suggested alternative: ‘Edge’
       for( long int i = 0; i < edge[now.num].size(); ++i )
                                ^~~~
                                Edge

セット

セット 得点 Cases

テストケース

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