diff --git a/task2.py b/task2.py new file mode 100644 index 0000000..aea20ed --- /dev/null +++ b/task2.py @@ -0,0 +1,3 @@ +n = int(input()) +k = int(input()) +print(int(k%n)) \ No newline at end of file