From 8a9db7452168e1927005f82b55cf8c0181e8da60 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 19 Nov 2024 08:11:28 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=8A=88=20#317=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=86=94=EB=A3=A8=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...53\202\230\353\210\240_\353\250\271\352\270\260_1.cpp" | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 "Programmers/\355\224\274\354\236\220_\353\202\230\353\210\240_\353\250\271\352\270\260_1.cpp" diff --git "a/Programmers/\355\224\274\354\236\220_\353\202\230\353\210\240_\353\250\271\352\270\260_1.cpp" "b/Programmers/\355\224\274\354\236\220_\353\202\230\353\210\240_\353\250\271\352\270\260_1.cpp" new file mode 100644 index 0000000..2449226 --- /dev/null +++ "b/Programmers/\355\224\274\354\236\220_\353\202\230\353\210\240_\353\250\271\352\270\260_1.cpp" @@ -0,0 +1,8 @@ +#include +#include + +using namespace std; + +int solution(int n) { + return (n + 6) / 7; +} \ No newline at end of file