Submission #61423
ソースコード
ステータス
項目 |
データ |
問題 |
0042 - フィボナッチ数列 |
ユーザー名 |
ei2023
|
投稿日時 |
2020-07-29 17:56:41 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
557 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:13:17: error: request for member ‘pop’ in ‘que’, which is of non-class type ‘std::queue<int> [12]’
que.pop();
^~~
./Main.cpp:17:26: error: expected ‘)’ before ‘size’
if(que[j]size()<que[minp].size()){
~ ^~~~
)
./Main.cpp:17:25: error: could not convert ‘que[j]’ from ‘std::queue<int>’ to ‘bool’
if(que[j]size()<que[minp].size()){
~~~~~^
セット
テストケース