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