QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#268201 | #7054. Fibonacci Sequence | 8BQube# | AC ✓ | 14ms | 8844kb | Python3 | 19b | 2023-11-28 13:18:58 | 2023-11-28 13:18:58 |
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: 14ms
memory: 8844kb
input:
output:
1 1 2 3 5
result:
ok single line: '1 1 2 3 5'