Submission #1553704


Source Code Expand

import math
a, b, c = raw_input().split()
a = int(a)
b = int(b)
c = int(c)
mx = max(max(a, b), c)
print (int(math.log(float(mx)) / math.log(2)) - 1)

Submission Info

Submission Time
Task A - Cookie Exchanges
User xc01
Language Python (3.4.3)
Score 0
Code Size 154 Byte
Status RE
Exec Time 17 ms
Memory 3060 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 300
Status
RE × 3
RE × 17
Set Name Test Cases
Sample sample1.txt, sample2.txt, sample3.txt
All sample1.txt, sample2.txt, sample3.txt, in1.txt, in10.txt, in11.txt, in2.txt, in3.txt, in4.txt, in5.txt, in6.txt, in7.txt, in8.txt, in9.txt, sample1.txt, sample2.txt, sample3.txt
Case Name Status Exec Time Memory
in1.txt RE 17 ms 2940 KB
in10.txt RE 16 ms 2940 KB
in11.txt RE 16 ms 3060 KB
in2.txt RE 16 ms 2940 KB
in3.txt RE 16 ms 3060 KB
in4.txt RE 16 ms 2940 KB
in5.txt RE 16 ms 3060 KB
in6.txt RE 16 ms 3060 KB
in7.txt RE 16 ms 3060 KB
in8.txt RE 17 ms 2936 KB
in9.txt RE 16 ms 2940 KB
sample1.txt RE 16 ms 2940 KB
sample2.txt RE 16 ms 3060 KB
sample3.txt RE 16 ms 2940 KB