restructure zeta/** to storage/zeta/**
This commit is contained in:
6
storage/zeta/py/completed/2884.py
Normal file
6
storage/zeta/py/completed/2884.py
Normal file
@@ -0,0 +1,6 @@
|
||||
h, m = map(int, input().split())
|
||||
|
||||
if m < 45:
|
||||
print((h-1)%24, 15+m)
|
||||
else:
|
||||
print(h, m-45)
|
||||
Reference in New Issue
Block a user