From a9f7eb0b156feee3da939c128af0a937a506e4ff Mon Sep 17 00:00:00 2001 From: Gyubin Han <89185979+Gyubin-Han@users.noreply.github.com> Date: Wed, 8 May 2024 00:27:30 +0900 Subject: [PATCH] add: boj/16953.py --- boj/16953.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 boj/16953.py diff --git a/boj/16953.py b/boj/16953.py new file mode 100644 index 0000000..a49d796 --- /dev/null +++ b/boj/16953.py @@ -0,0 +1,16 @@ +a,b=map(int,input().split()) +count=0 + +while a