UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#110415#1063. OJ上的排名Baiyang07281001ms1248kbC++505b2020-06-25 13:25:542020-06-25 13:25:55

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 1248kb

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: 1ms
memory: 1244kb

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: 1248kb

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: 1248kb

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: 0ms
memory: 1244kb

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