QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#143195#7054. Fibonacci SequenceSorting#AC ✓8ms7912kbPython318b2023-08-20 21:12:062023-08-20 21:12:07

Judging History

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

  • [2023-08-20 21:12:07]
  • 评测
  • 测评结果:AC
  • 用时:8ms
  • 内存:7912kb
  • [2023-08-20 21:12:06]
  • 提交

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: 7912kb

input:



output:

1 1 2 3 5

result:

ok single line: '1 1 2 3 5'