[백준] 4948번 #include using namespace std; int main(){ int N; int i=0; int j=0; int count=0; bool prime[(123456*2)+1]; while(1){ cin>>N; if(N==0 || N>123456) return 0; for(i=0;i 개발자/C or C++ 2021.10.02