Submission #00127
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0005 - 楽しい花の水やり (Watering Flower is Fun) |
| ユーザー名 | ei1729 |
| 投稿日時 | 2017-12-07 16:07:47 |
| 言語 | C++11 |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 329 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp:4:24: error: two or more data types in declaration of ‘dfs’
int dfs(long long beaut);
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:8:9: error: ‘dfs’ was not declared in this scope
cout<<dfs(1)<<endl;
^~~
./Main.cpp:8:9: note: suggested alternative: ‘ffs’
cout<<dfs(1)<<endl;
^~~
ffs
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|