Commit 1ff9b5ee by BellCodeEditor

save project

parent c89a369e
Showing with 6 additions and 5 deletions
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
# print("%.2f"% a) # print("%.2f"% a)
a=int(input()) a=int(input())
b=int(input()) b=int(input())
if a < 60 and b < 60:
if b < 60: if b < 60:
print(1) print(1)
elif a < 60: elif a < 60:
print(1) print(1)
else: else:
print(0) print(0)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment