[백준 4673번] C++ 셀프 넘버 찾기.
·
프로그래밍 공부
#include using namespace std; int is_self(int n) { int tmp = n; if (n