Какой алгоритм реализован в программе:
    int temp = 0;
    for (int i = 1; i < 10; i++) {
        int a;
        cin >> a;
        if (a > temp) {
            temp = a;
        }
    }
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.