QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#201998#6353. Kth Lex Min Min Min Subpalindromesucup-team864#WA 3ms13284kbC++232.9kb2023-10-05 18:14:542023-10-05 18:14:54

详细

Test #1:

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

input:

1 1 1

output:

1

result:

ok 1 number(s): "1"

Test #2:

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

input:

2 2 2

output:

2 1 

result:

ok 2 number(s): "2 1"

Test #3:

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

input:

3 3 3

output:

2 1 3 

result:

ok 3 number(s): "2 1 3"

Test #4:

score: 0
Accepted
time: 3ms
memory: 13120kb

input:

9 9 8244353

output:

2 4 1 2 6 8 1 2 7 

result:

ok 9 numbers

Test #5:

score: 0
Accepted
time: 2ms
memory: 12392kb

input:

10 7 998244353

output:

-1

result:

ok 1 number(s): "-1"

Test #6:

score: 0
Accepted
time: 3ms
memory: 11656kb

input:

3 1000 994253860

output:

998 244 353 

result:

ok 3 number(s): "998 244 353"

Test #7:

score: -100
Wrong Answer
time: 2ms
memory: 13040kb

input:

58 4 864691128455135232

output:

4 3 2 4 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 4 2 3 

result:

wrong answer 5th numbers differ - expected: '3', found: '4'