diff --git a/task1.py b/task1.py index 54cacc6..3658f00 100644 --- a/task1.py +++ b/task1.py @@ -1 +1,3 @@ -print('hi') \ No newline at end of file +n = int(input()) +k = int(input()) +print(int(k/n)