Skip to content

Commit

Permalink
plsplspls
Browse files Browse the repository at this point in the history
  • Loading branch information
TayaGordeeva authored Dec 29, 2024
1 parent e96f2b9 commit cc67844
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tasks/seq/gordeva_t_max_val_of_column_matrix/src/ops_seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ bool gordeva_t_max_val_of_column_matrix_seq::TestTaskSequential::post_processing
std::copy(res_.begin(), res_.end(), output_matr);
return true;
}

// done
//<<<<<<< gordeeva_sleeping_barber_test
//std::vector<int> gordeva_t_max_val_of_column_matrix_seq::TestTaskSequential::rand_vec(int size, int down, int upp) {
// std::vector<int> gordeva_t_max_val_of_column_matrix_seq::TestTaskSequential::rand_vec(int size, int down, int upp) {
// std::vector<int> v(size);
// for (auto& number : v) number = down + (std::rand() % (upp - down + 1));
// return v;
//}
//
//std::vector<std::vector<int>> gordeva_t_max_val_of_column_matrix_seq::TestTaskSequential::rand_matr(int rows,
// std::vector<std::vector<int>> gordeva_t_max_val_of_column_matrix_seq::TestTaskSequential::rand_matr(int rows,
// int cols) {
// std::vector<std::vector<int>> matr(rows, std::vector<int>(cols));
//
Expand All @@ -82,3 +82,4 @@ bool gordeva_t_max_val_of_column_matrix_seq::TestTaskSequential::post_processing
//=======
} // namespace gordeva_t_max_val_of_column_matrix_seq
//>>>>>>> master
// done

0 comments on commit cc67844

Please sign in to comment.