QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#577213#8674. Riddle of the Sphinxlpf#WA 1ms3888kbC++141.0kb2024-09-20 09:13:112024-09-20 09:13:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3808kb

input:

1
2
3
3
5

output:

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

result:

ok correct!

Test #2:

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

input:

9998
1
1
9999
2

output:

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

result:

ok correct!

Test #3:

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

input:

3333
3333
3333
6666
6666

output:

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

result:

ok correct!

Test #4:

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

input:

892
503
712
1396
1215

output:

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

result:

ok correct!

Test #5:

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

input:

868
365
947
1235
1314

output:

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

result:

ok correct!

Test #6:

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

input:

684
827
794
1511
1620

output:

1 0 0 
0 1 0 
0 0 1 
1 1 0 
0 1 1 
684 827 793 

result:

ok correct!

Test #7:

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

input:

308
23
440
329
463

output:

1 0 0 
0 1 0 
0 0 1 
1 1 0 
0 1 1 
306 23 440 

result:

wrong answer read