QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#577219#8674. Riddle of the Sphinxlpf#WA 1ms3864kbC++141.0kb2024-09-20 09:19:262024-09-20 09:19:26

详细

Test #1:

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

input:

3
5
3
6
4

output:

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

result:

ok correct!

Test #2:

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

input:

9999
2
1
10000
9999

output:

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

result:

ok correct!

Test #3:

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

input:

6666
6666
3333
9999
6666

output:

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

result:

ok correct!

Test #4:

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

input:

1395
1215
712
2108
1605

output:

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

result:

ok correct!

Test #5:

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

input:

1235
1312
947
2182
1815

output:

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

result:

wrong answer Integer parameter [name=lb] equals to -367, violates the range [0, 100000]