QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#521624#7054. Fibonacci SequenceBlizzardWA 0ms3712kbC++2379b2024-08-16 13:23:462024-08-16 13:23:47

Judging History

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

  • [2024-08-16 13:23:47]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3712kb
  • [2024-08-16 13:23:46]
  • 提交

answer

#include <iostream>
int main()
{
   std::cout << " 1 1 2 3 5";
return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3712kb

input:



output:

 1 1 2 3 5

result:

wrong answer 1st lines differ - expected: '1 1 2 3 5', found: ' 1 1 2 3 5'