QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#794522 | #2202. Lexicography | InsomniaT | WA | 0ms | 3660kb | C++20 | 5.7kb | 2024-11-30 14:45:08 | 2024-11-30 14:45:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3660kb
input:
3 2 2 abcdef
output:
ad bc ef
result:
ok correct
Test #2:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
2 3 1 abcabc
output:
aab bcc
result:
ok correct
Test #3:
score: 0
Accepted
time: 0ms
memory: 3564kb
input:
1 1 1 d
output:
d
result:
ok correct
Test #4:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
2 1 2 xx
output:
x x
result:
ok correct
Test #5:
score: 0
Accepted
time: 0ms
memory: 3560kb
input:
10 1 4 mmmmmmmmmm
output:
m m m m m m m m m m
result:
ok correct
Test #6:
score: 0
Accepted
time: 0ms
memory: 3596kb
input:
2 3 2 bbcadc
output:
acd bbc
result:
ok correct
Test #7:
score: -100
Wrong Answer
time: 0ms
memory: 3564kb
input:
5 5 5 uuuuuyyyyybbbbbqqqqqkkkkk
output:
byyyy bkkqu bkqqu bkquu bkquy
result:
wrong answer not sorted!