chap2_8.h 89 B

12345
  1. #pragma once
  2. #include "utils.h"
  3. const int seq_cnt = 1;
  4. vector<u32>* fibon_seq(int size);