QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#172320 | #7054. Fibonacci Sequence | neko_nyaa# | AC ✓ | 17ms | 8908kb | Python3 | 18b | 2023-09-09 18:49:12 | 2023-09-09 18:49:13 |
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: 17ms
memory: 8908kb
input:
output:
1 1 2 3 5
result:
ok single line: '1 1 2 3 5'