QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#838709 | #7054. Fibonacci Sequence | QBF | AC ✓ | 0ms | 1328kb | C++14 | 44b | 2024-12-31 19:24:50 | 2024-12-31 19:24:51 |
Judging History
answer
#include<cstdio>
main(){puts("1 1 2 3 5");}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 1328kb
input:
output:
1 1 2 3 5
result:
ok single line: '1 1 2 3 5'