Tìm kiếm

Bài toán Trăm trâu trăm cỏ - C#


CODE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace tramtrautramco
{
    class Program
    {
        static void Main(string[] args)
        {
            //khai bao bien
            int x, y, z; // x= trâu đứng | y=trâu nằm |z= trâu già
            //Thuật toán VÉT CẠN
            for (x = 1; x <= 20; x++)
            {
                for (y = 1; y <= 33; y++)
                {
                    z = 100 - (x + y);
                    if (5 * x + 3 * y + z / 3 == 100 && z % 3 == 0)
                    {
                        Console.WriteLine("KET QUA ");
                        Console.WriteLine("Trau dung = {0} \n Trau nam = {1} \n Trau gia = {2}", x, y, z);
                        break;
                    }
                }
            }
            Console.ReadLine();

        }
    }
}



Read Users' Comments (0)

0 Response to "Bài toán Trăm trâu trăm cỏ - C#"

Đăng nhận xét

Support

Liên hệ DMTuan-Uneti
Mọi thông tin góp ý các bạn liên hệ với mình ! Mail:
  1. manhtuan.leo@gmail.com
  2. manhtuan.itvp@gmail.com

Y!M: manhtuan.it92