QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#60731#5006. HeximalJesRE 22ms8536kbPython366b2022-11-06 21:46:462022-11-06 21:46:49

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-11-06 21:46:49]
  • 评测
  • 测评结果:RE
  • 用时:22ms
  • 内存:8536kb
  • [2022-11-06 21:46:46]
  • 提交

answer

s=int(input ())
a=1
while (s>=6):
    a+=1
    s/=6
print (a)

详细

Test #1:

score: 100
Accepted
time: 22ms
memory: 8396kb

input:

0

output:

1

result:

ok single line: '1'

Test #2:

score: 0
Accepted
time: 15ms
memory: 8536kb

input:

1865

output:

5

result:

ok single line: '5'

Test #3:

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

input:

6

output:

2

result:

ok single line: '2'

Test #4:

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

input:

5

output:

1

result:

ok single line: '1'

Test #5:

score: 0
Accepted
time: 8ms
memory: 8476kb

input:

216

output:

4

result:

ok single line: '4'

Test #6:

score: -100
Runtime Error

input:

659048550435237232393875796171343597297252783860791224966151609834498375660891507785647188078990198766575546966667938541517709208360385263203130845215396367798902376853652489767206051858708602045962531467486884777174160264291462611744982439094276291073422016146183934443085743192727084631329374278797...

output:


result: