Submission #483499


Source Code Expand

a, b, c, d, e = map(int, input().split())
print(max(a+d+e, b+c+e))

Submission Info

Submission Time
Task C - 数を3つ選ぶマン
User yumechi
Language Python (3.4.2)
Score 100
Code Size 67 Byte
Status AC
Exec Time 142 ms
Memory 6748 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 15
Set Name Test Cases
Sample example_0.txt, example_1.txt
All example_0.txt, example_1.txt, handmade_0.txt, handmade_1.txt, handmade_2.txt, handmade_3.txt, handmade_4.txt, handmade_5.txt, random_0.txt, random_1.txt, random_2.txt, random_3.txt, random_4.txt, example_0.txt, example_1.txt
Case Name Status Exec Time Memory
example_0.txt AC 142 ms 6720 KB
example_1.txt AC 101 ms 6736 KB
handmade_0.txt AC 100 ms 6692 KB
handmade_1.txt AC 102 ms 6748 KB
handmade_2.txt AC 104 ms 6720 KB
handmade_3.txt AC 100 ms 6692 KB
handmade_4.txt AC 101 ms 6692 KB
handmade_5.txt AC 100 ms 6692 KB
random_0.txt AC 100 ms 6692 KB
random_1.txt AC 100 ms 6692 KB
random_2.txt AC 101 ms 6692 KB
random_3.txt AC 102 ms 6692 KB
random_4.txt AC 100 ms 6688 KB