Submission #00047
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 部活動調査 |
ユーザー名 |
ei1710
|
投稿日時 |
2018-04-24 18:11:23 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1311 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘void link(int, int)’:
./Main.cpp:76:3: error: ‘ba’ was not declared in this scope
ba = bu(a);
^~
./Main.cpp:76:3: note: suggested alternative: ‘a’
ba = bu(a);
^~
a
./Main.cpp:77:3: error: ‘pa’ was not declared in this scope
pa = root(a);
^~
./Main.cpp:77:3: note: suggested alternative: ‘a’
pa = root(a);
^~
a
./Main.cpp:78:3: error: ‘pb’ was not declared in this scope
pb = root(b);
^~
./Main.cpp:78:3: note: suggested alternative: ‘b’
pb = root(b);
^~
b
セット
テストケース