Submission #00032
ソースコード
ステータス
コンパイルメッセージ
./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);
^
セット
テストケース