QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#277045 | #7054. Fibonacci Sequence | zzuqy# | AC ✓ | 0ms | 3616kb | C++14 | 84b | 2023-12-06 14:55:23 | 2023-12-06 14:55:23 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"1 1 2 3 5";
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3616kb
input:
output:
1 1 2 3 5
result:
ok single line: '1 1 2 3 5'