From 588d61bf21d595269cb9c515c8f55e300639de8d Mon Sep 17 00:00:00 2001 From: yenru0 Date: Mon, 20 Apr 2020 01:11:12 +0900 Subject: [PATCH] 2292.py --- zeta_python/completed/2292.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 zeta_python/completed/2292.py diff --git a/zeta_python/completed/2292.py b/zeta_python/completed/2292.py new file mode 100644 index 0000000..1e53783 --- /dev/null +++ b/zeta_python/completed/2292.py @@ -0,0 +1 @@ +print(round((2*(int(input())-1)/6)**(1/2)+1)) \ No newline at end of file