소인수프로그램 오류
모람
질문 제목 :소인수프로그램오류 질문 요약 :이거 수정해주세요질문 내용 :
제 취미인 프로그래밍을 해서 에러 안뜨길래 작동시켰더니
/*******************************************************************************************/
#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)로 바꿔주세요
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2690576 | bin파일 저장 | 다올 | 2025-04-06 |
2690547 | C언어 뒷부분이라 너무 어려워서요;; 프로그래밍 하나만 부탁드립니다 (4) | 그루터기 | 2025-04-05 |
2690517 | cygwin에서요.. (1) | 엘보어 | 2025-04-05 |
2690486 | 문자열과 문자형이요 ~ | 다스리 | 2025-04-05 |
2690344 | 일본어 주석 깨짐 문제 (3) | 연하얀 | 2025-04-04 |
2690314 | 암호문 만들기 -비제네르- | 이퓨리한나 | 2025-04-03 |
2690292 | 왕초보자의 질문!!!!!! 도와주세요 (1) | 하랑 | 2025-04-03 |
2690269 | 정올 문제 인데.. 흠 | 반월 | 2025-04-03 |
2690237 | sizeof에서 short형을 썻는데 왜 4byte가 나올까요? (1) | 바나나 | 2025-04-03 |
2690183 | 문자열과 포인트 비교 (2) | 미즈 | 2025-04-02 |
2690154 | a -48 ? | 희미한눈물 | 2025-04-02 |
2690094 | 테트리스 질문요. | 지후 | 2025-04-01 |
2690066 | 문자열비교!! (1) | 매디 | 2025-04-01 |
2689888 | 좀도와주세요;; ㅠㅠ | 사람 | 2025-03-30 |
2689856 | 메뉴 그리는 거 질문 | 나라빛 | 2025-03-30 |
2689831 | c언어 프로그램 추천 | 하연 | 2025-03-30 |
2689801 | c언어 time.h에서 작동이 중지되었습니다. | 하람 | 2025-03-30 |
2689772 | 2차원 배열의 배열명에 대해서.. | 옆집꼬마야 | 2025-03-29 |
2689740 | 게임 TCP소켓 질문 (2) | 불꾼 | 2025-03-29 |
2689711 | 반복문 모래시계 | 한뎃집 | 2025-03-29 |