Bài tập 27: Đếm số lượng “ước số chẵn” của số nguyên dương n

Bài tập 27: Đếm số lượng “ước số chẵn” của số nguyên dương n

Bài tập 27 (Dạng bài tập này giúp các bạn giỏi về: Lưu đồ thuật toán)

Đếm số lượng “ước số chẵn” của số nguyên dương n

Cài đặt

#include<stdio.h>
#include<conio.h>

int main()
{
    int i, n;
    int count;
    do
    {
    printf("\nNhap n(n > 0): ");
    scanf("%d", &n);
      if(n <= 0)
       {
        printf("\n N phai > 0. Xin nhap lai !");
       }
    }while(n <= 0);
    i = 1;
    count = 0;
    printf("\nCac uoc so chan cua so %d la: ",n);
    while(i <= n)
    {
        if(n % i == 0)
        {
            if(i % 2 == 0)
            {
            printf("%4d", i);
            count++;
            }
        }
            i++;
    }
    printf("\nSo luong uoc so chan cua %d la: %ld", n, count);

    getch();
    return 0;
}

Cách khác

#include<iostream>
#include<cmath>
using namespace std;
    int main() { //Tinh S(n) = 1 + 1.2 + 1.2.3 + … + 1.2.3….N
    float S = 1, P = 0;
    int n, i = 1, a = 0, dem = 0; //khai sẵn trước để dùng cho các bài sau luôn
    do
    {
        cout << "\nnhap so n : ";
        cin >> n;
        if (n < 1)
        {
            cout << "\nso nhap kh dung vui long nhap lai";
        }
    } while (n < 1);
    for (i = 1; i <= n; i++)
    {
        if (n % i == 0)
        {
            if (i % 2 == 0)
            {
                dem++;
            }
        }
    }
    cout << "\nso luong cua cac uoc so chan cua n : " << dem << endl;
    return 0;
}
Bạn thấy bài viết này như thế nào?: 
Average: 7 (3 votes)
Ảnh của Tommy Tran

Tommy owner Express Magazine

Drupal Developer having 9+ year experience, implementation and having strong knowledge of technical specifications, workflow development. Ability to perform effectively and efficiently in team and individually. Always enthusiastic and interseted to study new technologies

  • Skype ID: tthanhthuy

Advertisement

 

jobsora

Dich vu khu trung tphcm

Dich vu diet chuot tphcm

Dich vu diet con trung

Quảng Cáo Bài Viết

 

Drupal 8 Module Development, Phần 3 - viết Plugins

As with any new version of Drupal, a number of contributed modules will be refactored, and pulled into core.

Không nên cloning database, dev-stage-production workflow

Không nên cloning database, dev-stage-production workflow

However, in a dev-stage-production workflow, the database is often still periodically cloned back upstream:

Bạn chọn custom module hay sử dụng contributed module

Bạn chọn custom module hay sử dụng contributed module

I've been working on a big Drupal website recently which has many contributed and custom modules.

Công ty diệt chuột T&C

 

Diet con trung