chap2_8.h 90 B

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