askarovavikuly
04.03.2023 07:22

Среди приведённых ниже трёх чисел, записанных в различных системах счисления, найди- те максимальное и запишите его в ответе в десятичной системе счисления. В ответе запишите только число, основание системы счисления указывать не нужно. 36, 1D16 11011,

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
Odessey20011
18.02.2023 03:38

Объяснение:

No or not?

Grammar > Easily confused words > No or not?

из English Grammar Today

No and not are the two most common words we use to indicate negation. We use no before a noun phrase:

There’s no address on the envelope.

[parent to child]

No biscuits before dinner!

No decisions have been made.

We use not with any other phrase or clause:

It’s not often that you stop and think about the way you breathe.

Not suitable for children under 15.

Not surprisingly, it was a tense match but eventually the more experienced Australians won.

A:

Do you go cycling all year round?

B:

Not in the winter.

0,0(0 оценок)
Ответ:
maxbas1
25.08.2021 03:32
Using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication4
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Введи длину массива");
            int n = int.Parse(Console.ReadLine());
            int[] mass = new int[n];

            for (int i = 0; i < n; i++)
            {
                Console.WriteLine("Введи " + i + " элемент");
                mass[i] = int.Parse(Console.ReadLine());
            }

            for (int i = 0; i < n; i++)
            {
                if (i == mass[i])
                    Console.WriteLine("Элемент " + i + " совпадает со своим индексом");
            }

            Console.ReadKey();
        }
    }
}
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота