коммит ветка2
This commit is contained in:
parent
08fc80db5a
commit
a176576f0f
@ -1,35 +1,16 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include<Windows.h>
|
#include<Windows.h>
|
||||||
|
void main()
|
||||||
void main() {
|
{
|
||||||
int v1, v2, v3, v4, v5, v6, v7;
|
|
||||||
int max;
|
|
||||||
|
|
||||||
SetConsoleCP(1251);
|
SetConsoleCP(1251);
|
||||||
SetConsoleOutputCP(1251);
|
SetConsoleOutputCP(1251);
|
||||||
|
|
||||||
printf("Введите 7 чисел: ");
|
printf("Нефедов\n");
|
||||||
scanf_s("%d%d%d%d%d", &v1, &v2, &v3, &v4, &v5, &v6, &v7);
|
printf("Александр\n");
|
||||||
|
printf("Васильевич\n");
|
||||||
max = v1;
|
printf("\n");
|
||||||
if (v2 > max) {
|
printf("Группа: ПИбд-13-2024\n");
|
||||||
max = v2;
|
printf("Дата: 05.09.2024\n");
|
||||||
}
|
printf("Предмет: основы алгоритмизации и программирования\n");
|
||||||
if (v3 > max) {
|
printf("Лабораторная работа №1\n");
|
||||||
max = v3;
|
|
||||||
}
|
|
||||||
if (v4 > max) {
|
|
||||||
max = v4;
|
|
||||||
}
|
|
||||||
if (v5 > max) {
|
|
||||||
max = v5;
|
|
||||||
}
|
|
||||||
if (v6 > max) {
|
|
||||||
max = v6;
|
|
||||||
}
|
|
||||||
if (v7 > max) {
|
|
||||||
max = v7;
|
|
||||||
}
|
|
||||||
printf("max = %d", max);
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user