ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94041 | #1063. OJ上的排名 | Billy_Hellington | 100 | 1ms | 1280kb | C++ | 543b | 2020-02-17 20:47:18 | 2020-02-17 20:47:19 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1276kb
input:
5 2 li 180 90 ar 200 100 lll 190 99 hw 100 50 hehe 150 70 1 3
output:
ar li
result:
ok 2 lines
Test #2:
score: 20
Accepted
time: 0ms
memory: 1280kb
input:
10 3 lili 180 90 arar 200 100 lwr 190 99 hwik 100 50 hei 150 70 li 180 90 ar 200 100 lll 190 99 hw 1...
output:
arar lwr hehe
result:
ok 3 lines
Test #3:
score: 20
Accepted
time: 0ms
memory: 1276kb
input:
30 5 lili 180 90 arar 200 100 lwr 190 99 hwik 100 50 hei 150 70 li 180 90 ar 200 100 lll 190 98 hw 1...
output:
ar lll ar a2r h2ei
result:
ok 5 lines
Test #4:
score: 20
Accepted
time: 0ms
memory: 1276kb
input:
60 10 lili 180 90 arar 200 100 lwr 190 99 hwik 100 50 hei 150 70 li 180 90 ar 200 100 lll 190 98 hw ...
output:
h22ei ar2ar h22ei li222 lwr hei1 lll1 li222 hehe1 ar2ar
result:
ok 10 lines
Test #5:
score: 20
Accepted
time: 1ms
memory: 1272kb
input:
60 12 lili 180 90 arar 200 100 lwr 190 99 hwik 100 50 hei 150 70 li 180 90 ar 200 100 lll 190 98 hw ...
output:
ar2ar h2e2he ar2ar li222 lwr hei1 lll1 li222 hei h2e2he l2ll h22ei
result:
ok 12 lines