4
Products
reviewed
0
Products
in account

Recent reviews by 2001

Showing 1-4 of 4 entries
2 people found this review helpful
1 person found this review funny
13.6 hrs on record
#include <stdio.h>
#include <windows.h>
#define lmax 22
void input(int C[lmax][lmax],int D[lmax],int* n, int* k, int* m) {
int t, n1,k1,m1;
printf("Введите число n\n");
do {
t = scanf_s("%d", &n1);
while (getchar() != '\n');
} while (n1 <= 0 || n1 > lmax || t != 1);
*n = n1;
printf("Введите число m\n");
do {
t = scanf_s("%d", &m1);
while (getchar() != '\n');
} while (m1 <= 0 || m1 > lmax || t != 1);
*m = m1;
printf("Введите матрицу %d на %d\n", n1, m1);
for (int i = 0; i < n1; i++) {
for (int j = 0; j < m1; j++) {
scanf_s("%d", &C[j]);
}
}
Posted 25 November, 2021.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
2.0 hrs on record (2.0 hrs at review time)
kto projivaet na dne okeana?
Posted 25 November, 2020.
Was this review helpful? Yes No Funny Award
1 person found this review helpful
3,061.0 hrs on record (355.1 hrs at review time)
0 iq play
Posted 28 June, 2019.
Was this review helpful? Yes No Funny Award
1 person found this review helpful
1 person found this review funny
161.2 hrs on record (124.0 hrs at review time)
the best game ever.
Posted 2 March, 2017. Last edited 25 May, 2018.
Was this review helpful? Yes No Funny Award
Showing 1-4 of 4 entries