News Ticker

Menu

Phân tách 1 số thành thừa số nguyên tố


/*
Ten: Hoang Minh Tuan
Lop: GS19TH1

*/
#include<stdio.h>
#include<math.h>
int main(){
int n;
printf("Nhap vao n: ");
scanf("%d", &n);
int i=2;
printf("\n%d = ", n);
while(n!= 1){
if(n%i==0){
printf("%5d", i);
n/=i;
}
else i++;

}
return 0;
}

Share This:

Post Tags:

Welcome To Task Marks

I'm Task Marks. Tôi là chủ trang web này, trang này tôi dùng để chia sẽ tài liệu và những thứ linh tinh khác. Cảm ơn mọi người đã ghé thăm trang web của chúng tôi.Nếu có thắt mắt xin vui lòng liên hệ
Mail: devnguhoc@gmail.com

No Comment to " Phân tách 1 số thành thừa số nguyên tố "

  • To add an Emoticons Show Icons
  • To add code Use [pre]code here[/pre]
  • To add an Image Use [img]IMAGE-URL-HERE[/img]
  • To add Youtube video just paste a video link like http://www.youtube.com/watch?v=0x_gnfpL3RM