ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#92896 | #1057. 竞选班长 | love20061028 | 100 | 0ms | 1212kb | C++ | 446b | 2020-02-16 20:16:16 | 2020-02-16 20:16:16 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1208kb
input:
ABAD*CBACBB
output:
B
result:
ok single line: 'B'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1208kb
input:
EE*AD*C*ACBD
output:
Nobody
result:
ok single line: 'Nobody'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1208kb
input:
EE*AD*C*ACBDAAABBCDDE*************AAAAAAABB
output:
A
result:
ok single line: 'A'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1208kb
input:
EE*AD*C*ACBDDDDDDDDDDDDDD*******EEAEAEADDCC
output:
D
result:
ok single line: 'D'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1212kb
input:
EE*AD*C*ACBDADADADADADADAAEAEAEEAEEEA****************AAAAAEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
output:
E
result:
ok single line: 'E'