Submission #5875062


Source Code Expand

a, b, c = sorted([ int(v) for v in input().split() ])
n = int(input())
print(a+b+c*(2**k))

Submission Info

Submission Time
Task B - Maximum Sum
User ASTR1104
Language PyPy3 (2.4.0)
Score 0
Code Size 92 Byte
Status RE
Exec Time 167 ms
Memory 38256 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 200
Status
RE × 2
RE × 6
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All in01.txt, in02.txt, in03.txt, in04.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
in01.txt RE 164 ms 38256 KB
in02.txt RE 162 ms 38256 KB
in03.txt RE 166 ms 38256 KB
in04.txt RE 167 ms 38256 KB
sample_01.txt RE 164 ms 38256 KB
sample_02.txt RE 162 ms 38256 KB