Submission #00032


ソースコード

ステータス

項目 データ
問題 0001 - ほもの君と木と無限ループと
ユーザー名 Arumakan_ei1727
投稿日時 2018-04-24 17:45:46
言語 C++11
状態 Compile Error
得点 0
ソースコード長 881 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:10:1: error: ‘vector’ does not name a type; did you mean ‘qecvt_r’?
 vector <int> G[105];
 ^~~~~~
 qecvt_r
./Main.cpp: In function ‘bool dfs(int, int)’:
./Main.cpp:19:11: error: ‘G’ was not declared in this scope
    rep(i, G[u].size()) {
           ^
./Main.cpp:5:34: note: in definition of macro ‘rep’
 #define rep(i,n) for(int i=0; i<(n); ++i)
                                  ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:40:7: error: ‘G’ was not declared in this scope
       G[s].push_back(t);
       ^

セット

セット 得点 Cases

テストケース

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