Submission #00033
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0001 - パーティ |
| ユーザー名 |
ei1710
|
| 投稿日時 |
2017-11-04 15:59:32 |
| 言語 |
C++ |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
886 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:45:1: error: stray ‘\343’ in program
return 0;
^
./Main.cpp:45:1: error: stray ‘\200’ in program
./Main.cpp:45:1: error: stray ‘\200’ in program
./Main.cpp: In function ‘void treeserch(int, int)’:
./Main.cpp:13:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
return 0;
^
./Main.cpp:16:66: error: invalid operands of types ‘void’ and ‘void’ to binary ‘operator+’
treeserch(tree[now].left,time+1)+treeserch(tree[now].right,time);
^
セット
テストケース