QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#863779#3445. Numbers On a TreeHuangHanShengTL 45ms41088kbJava173.5kb2025-01-19 22:13:302025-01-19 22:13:43

详细

Test #1:

score: 100
Accepted
time: 43ms
memory: 41088kb

input:

3 LR

output:

11

result:

ok single line: '11'

Test #2:

score: 0
Accepted
time: 45ms
memory: 40576kb

input:

3 RRL

output:

2

result:

ok single line: '2'

Test #3:

score: 0
Accepted
time: 42ms
memory: 40424kb

input:

2

output:

7

result:

ok single line: '7'

Test #4:

score: 0
Accepted
time: 44ms
memory: 40644kb

input:

3 LRL

output:

6

result:

ok single line: '6'

Test #5:

score: -100
Time Limit Exceeded

input:

26 RRLLLLRRRL

output:


result: