#pragma once #include using namespace std; vector test_A(const size_t &NLOOPS, const size_t &N); vector test_A_sum(const size_t &NLOOPS, const size_t &N); vector test_B(const size_t &NLOOPS, const size_t &N, const size_t &M); vector test_C(const size_t &NLOOPS, const size_t &L, const size_t &M, const size_t &N); vector test_D(const size_t &NLOOPS, const size_t &N, const size_t &p);