Submission #00029
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - プロ技-再帰 |
ユーザー名 |
ei2331
|
投稿日時 |
2024-11-12 06:34:07 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
265 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:7: error: ‘kaidan’ was not declared in this scope
cout<<kaidan(n)<<"\n";
^~~~~~
./Main.cpp:5:7: note: suggested alternative: ‘main’
cout<<kaidan(n)<<"\n";
^~~~~~
main
./Main.cpp: At global scope:
./Main.cpp:8:13: error: ‘n’ was not declared in this scope
long kaidan(n){
^
./Main.cpp:8:13: note: suggested alternative: ‘yn’
long kaidan(n){
^
yn
セット
テストケース