QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#79330#2936. Simple Collatz SequenceHuangHanShengAC ✓111ms87364kbPython3454b2023-02-20 05:43:182023-02-20 05:43:20

詳細信息

Test #1:

score: 100
Accepted
time: 12ms
memory: 8528kb

input:

6

output:

8

result:

ok single line: '8'

Test #2:

score: 0
Accepted
time: 37ms
memory: 17328kb

input:

12345

output:

540591

result:

ok single line: '540591'

Test #3:

score: 0
Accepted
time: 5ms
memory: 8004kb

input:

1

output:

1

result:

ok single line: '1'

Test #4:

score: 0
Accepted
time: 110ms
memory: 87364kb

input:

40000

output:

852282

result:

ok single line: '852282'

Test #5:

score: 0
Accepted
time: 24ms
memory: 9220kb

input:

2148

output:

427120

result:

ok single line: '427120'

Test #6:

score: 0
Accepted
time: 32ms
memory: 20244kb

input:

14386

output:

377717

result:

ok single line: '377717'

Test #7:

score: 0
Accepted
time: 64ms
memory: 57732kb

input:

31251

output:

42371

result:

ok single line: '42371'

Test #8:

score: 0
Accepted
time: 80ms
memory: 64496kb

input:

33516

output:

503005

result:

ok single line: '503005'

Test #9:

score: 0
Accepted
time: 21ms
memory: 11272kb

input:

6167

output:

148870

result:

ok single line: '148870'

Test #10:

score: 0
Accepted
time: 23ms
memory: 13052kb

input:

8508

output:

71598

result:

ok single line: '71598'

Test #11:

score: 0
Accepted
time: 56ms
memory: 27368kb

input:

18757

output:

910805

result:

ok single line: '910805'

Test #12:

score: 0
Accepted
time: 65ms
memory: 53416kb

input:

29843

output:

982119

result:

ok single line: '982119'

Test #13:

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

input:

8618

output:

946465

result:

ok single line: '946465'

Test #14:

score: 0
Accepted
time: 66ms
memory: 44468kb

input:

26480

output:

427468

result:

ok single line: '427468'

Test #15:

score: 0
Accepted
time: 48ms
memory: 38460kb

input:

23988

output:

536392

result:

ok single line: '536392'

Test #16:

score: 0
Accepted
time: 111ms
memory: 86672kb

input:

39830

output:

852687

result:

ok single line: '852687'

Test #17:

score: 0
Accepted
time: 36ms
memory: 14704kb

input:

10055

output:

571911

result:

ok single line: '571911'

Test #18:

score: 0
Accepted
time: 9ms
memory: 9056kb

input:

2227

output:

361051

result:

ok single line: '361051'

Test #19:

score: 0
Accepted
time: 71ms
memory: 65592kb

input:

33772

output:

41792

result:

ok single line: '41792'

Test #20:

score: 0
Accepted
time: 17ms
memory: 9148kb

input:

2094

output:

41578

result:

ok single line: '41578'