소인수프로그램 오류
모람
질문 제목 :소인수프로그램오류 질문 요약 :이거 수정해주세요질문 내용 :
제 취미인 프로그래밍을 해서 에러 안뜨길래 작동시켰더니
/*******************************************************************************************/
#include stdio.h
int sosu [3000], bunhaesu, buf, buf2, bucount, bufcounter, sosudaip [3000], bunhasave;
main ()
{
while (1)
{
printf(초기화중 \n);
bucount = 0;
while (bucount ==! 3001)
{
sosu [bucount] = 0;
sosudaip [bucount] = 0;
bucount = bucount + 1;
}
printf(소인수 분해 할 수:);
scanf(%d,&bunhaesu);
sosu [0] = 2;
printf(새 소수: 2 \n);
bunhasave = bunhaesu;
bucount = 0;
while (bunhaesu == 1);
{
while (1)
{
sosu [bucount] = buf;
buf2 = bunhaesu / buf;
printf(test1);
bunhaesu = buf2;
sosudaip [bucount] = sosudaip [bucount] + 1;
bucount = bucount + 1;
if ((bunhaesu % sosu [bucount]) ==! 0)
{
break;
}
}
bucount = 0;
buf = 2;
while (1) //sosu [bucount] ==! 0
{
if ( (buf % sosu [bucount]) ==! 0)
{
bucount = bucount + 1;
}
else
{
&nbnbsp; bucount = 0;
buf = buf + 1;
}
if(sosu [bucount] == 0)
{
sosu [bucount] = buf;
printf(test2);
break;
}
}
if (sosu [3000] ==! 0)
{
break;
}
sosu [bucount] = buf;
bucount = 0;
}
while (1)
{
printf(%d의 %d승 \n,sosu [bucount],sosudaip [bucount]);
bucount = bucount + 1;
if(sosudaip [bucount] == 0)
{
break;
}
}
}
}
/**********************************************************************************************/
어떡합니까
-
YourWay 2024-04-24
아참그리고 main()을 int main(void)로 바꿔주세요
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2676005 | keybd_event 게임 제어 | 영글 | 2024-11-23 |
2675900 | 진짜기본적인질문 | 글길 | 2024-11-22 |
2675845 | 수정좀해주세요ㅠㅠㅠ | 해골 | 2024-11-21 |
2675797 | 병합 정렬 소스 코드 질문입니다. (2) | 도래솔 | 2024-11-21 |
2675771 | 큐의 활용이 정확히 어떻게 되죠?? | 해긴 | 2024-11-21 |
2675745 | 도서관리 프로그램 질문이요 | 도리도리 | 2024-11-20 |
2675717 | 2진수로 변환하는것! (3) | 동생몬 | 2024-11-20 |
2675599 | for문 짝수 출력하는 법 (5) | 널위해 | 2024-11-19 |
2675575 | Linux 게시판이 없어서.. | 첫삥 | 2024-11-19 |
2675545 | 구조체 이용할 때 함수에 자료 넘겨주는 것은 어떻게 해야 하나요? | 아연 | 2024-11-19 |
2675518 | 사각형 가로로 어떻게 반복해서 만드는지좀.. 내용 | 신당 | 2024-11-18 |
2675491 | !느낌표를 입력하는것은 어떻게합니까~~?ㅠㅠ (5) | 사지타리우스 | 2024-11-18 |
2675411 | 파일입출력으로 받아온 파일의 중복문자열을 제거한 뒤 파일출력 | 앨버트 | 2024-11-17 |
2675385 | 링크드리스트 주소록 질문드립니다. (1) | 겨루 | 2024-11-17 |
2675356 | 2진수를 10진수로 바꾸려고 하는데 막히네요.. | 풀잎 | 2024-11-17 |
2675297 | Prity 비트 발생기 | 한란 | 2024-11-16 |
2675249 | C책 좀 추천해 주세요 (2) | 딸기우유 | 2024-11-16 |
2675193 | 연습문제 17-1 질문입니다. | 한별나라 | 2024-11-15 |
2675172 | 소스점 | 아이뻐 | 2024-11-15 |
2675146 | 단순 연결 리스트인데 출력결과가 이상하게 나와요. | 찬늘봄 | 2024-11-15 |