diff --git a/Divisible by 2/16123004.py b/Divisible by 2/16123004.py index a8673e7..87bcdfc 100644 --- a/Divisible by 2/16123004.py +++ b/Divisible by 2/16123004.py @@ -1,5 +1,5 @@ n = int(input()) - +print(n>>1) # TODO Fill Code here