QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#555037#8041. Life is Hard and Undecidable, but...MaMengQiWA 0ms3628kbC++17184b2024-09-09 19:15:442024-09-09 19:15:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3596kb

input:

1

output:

1
1 1

result:

ok n=1

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3628kb

input:

2

output:

3
1 1
1 2
1 3

result:

wrong answer Alive at generation 2