#include <iostream>
using namespace std;
const int sz = 14;
int main()
{
int mass[sz];
int count = 0;
for (size_t i = 0; i < sz; i++)
cin >> mass[i];
if (mass[i] % 2 == 0) count++;
}
cout << count << endl;
return 0;
int element;
int tmp = -1;
cin >> element;
if (mass[i] == element) tmp = i;
cout << tmp;
Объяснение:
#include<math.h>
#include <locale.h>
#include <stdio.h>
setlocale(LC_ALL, "rus");
float x, xn, n, Y, y, A;
printf("Введите начальное значение x:");
scanf("%f", &x);
printf("Введите конечное значение x:");
scanf("%f", &xn);
printf("Введите шаг :");
scanf("%f", &n);
while (x <= xn)
A = x * 3, 14 / 180;
Y = 6 * pow(x, 2) + atan(A);
x += n;
printf("%5.2f -> %5.2f\n", x, Y);
#include <iostream>
using namespace std;
const int sz = 14;
int main()
{
int mass[sz];
int count = 0;
for (size_t i = 0; i < sz; i++)
{
cin >> mass[i];
if (mass[i] % 2 == 0) count++;
}
cout << count << endl;
return 0;
}
#include <iostream>
using namespace std;
const int sz = 14;
int main()
{
int mass[sz];
int element;
int tmp = -1;
cin >> element;
for (size_t i = 0; i < sz; i++)
{
cin >> mass[i];
if (mass[i] == element) tmp = i;
}
cout << tmp;
return 0;
}
Объяснение:
#include<math.h>
#include <locale.h>
#include <stdio.h>
int main()
{
setlocale(LC_ALL, "rus");
float x, xn, n, Y, y, A;
printf("Введите начальное значение x:");
scanf("%f", &x);
printf("Введите конечное значение x:");
scanf("%f", &xn);
printf("Введите шаг :");
scanf("%f", &n);
while (x <= xn)
{
A = x * 3, 14 / 180;
Y = 6 * pow(x, 2) + atan(A);
x += n;
printf("%5.2f -> %5.2f\n", x, Y);
}
return 0;
}