QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#521624 | #7054. Fibonacci Sequence | Blizzard | WA | 0ms | 3712kb | C++23 | 79b | 2024-08-16 13:23:46 | 2024-08-16 13:23:47 |
Judging History
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'