QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#570982#8674. Riddle of the Sphinxucup-team3022#WA 1ms3692kbC++201.3kb2024-09-17 19:35:252024-09-17 19:35:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
5
4
6
1

output:

1 1 0
0 1 1
1 0 1
1 1 1
1 0 0
1 2 3

result:

ok correct!

Test #2:

score: 0
Accepted
time: 1ms
memory: 3620kb

input:

9999
2
9999
10000
9998

output:

1 1 0
0 1 1
1 0 1
1 1 1
1 0 0
9998 1 1

result:

ok correct!

Test #3:

score: 0
Accepted
time: 0ms
memory: 3684kb

input:

6666
6666
6666
9999
3333

output:

1 1 0
0 1 1
1 0 1
1 1 1
1 0 0
3333 3333 3333

result:

ok correct!

Test #4:

score: 0
Accepted
time: 1ms
memory: 3692kb

input:

1395
1215
1605
2108
893

output:

1 1 0
0 1 1
1 0 1
1 1 1
1 0 0
893 503 712

result:

ok correct!

Test #5:

score: 0
Accepted
time: 0ms
memory: 3556kb

input:

1235
1312
1815
2182
868

output:

1 1 0
0 1 1
1 0 1
1 1 1
1 0 0
868 367 947

result:

ok correct!

Test #6:

score: -100
Wrong Answer
time: 1ms
memory: 3552kb

input:

1511
1620
1478
2304
684

output:

1 1 0
0 1 1
1 0 1
1 1 1
1 0 0
684 826 794

result:

wrong answer read