QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#645895#7054. Fibonacci SequenceSGColinAC ✓8ms10552kbPython318b2024-10-16 20:24:202024-10-16 20:24:21

Judging History

你现在查看的是最新测评结果

  • [2024-10-16 20:24:21]
  • 评测
  • 测评结果:AC
  • 用时:8ms
  • 内存:10552kb
  • [2024-10-16 20:24:20]
  • 提交

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'