QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#645895 | #7054. Fibonacci Sequence | SGColin | AC ✓ | 8ms | 10552kb | Python3 | 18b | 2024-10-16 20:24:20 | 2024-10-16 20:24:21 |
Judging History
answer
print("1 1 2 3 5")
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 8ms
memory: 10552kb
input:
output:
1 1 2 3 5
result:
ok single line: '1 1 2 3 5'