Skip to content

Instantly share code, notes, and snippets.

@modos
Created July 15, 2023 11:56
Show Gist options
  • Save modos/1f1e0cbf86d64c97f052b8d80c374553 to your computer and use it in GitHub Desktop.
Save modos/1f1e0cbf86d64c97f052b8d80c374553 to your computer and use it in GitHub Desktop.
تیم کشی
a1=int(input())
b1=int(input())
a2=int(input())
b2=int(input())
a3=int(input())
b3=int(input())
min1=a1
if b1<a1 :
min1=b1
min2=a2
if b2<a2 :
min2=b2
min3=a3
if b3<a3 :
min3=b3
print(min1+min2+min3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment