18th test

This commit is contained in:
kuntz 2021-02-03 22:36:30 -06:00
parent 15957737db
commit 38b000d40e
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,8 @@
// Copyright © 2021 by Brett Kuntz. All rights reserved.
//----------------------------------------------------------------------------------------------------------------------
#include "compress.h"
#define CUTS_LENGTH 16
static ui CHAIN_CUTS[CUTS_LENGTH] = { 37, 23, 17, 14, 11, 9, 8, 7, 6, 6, 5, 5, 5, 4, 4, -1 };
#define CUTS_LENGTH 17
static ui CHAIN_CUTS[CUTS_LENGTH] = { 37, 23, 17, 14, 11, 9, 8, 7, 6, 6, 5, 5, 5, 4, 4, 4, -1 };
//----------------------------------------------------------------------------------------------------------------------
//#include <windows.h>
si main(si argc, s8 ** argv)

View File

@ -35,7 +35,8 @@ typedef float r32 ; typedef double r64 ;
// 14th cut is 5 (or 4, we're going with 5 for now)
// 15th cut is 4
// 16th cut is 4
// 17th cut is ???
// 17th cut is 4
// 18th cut is ??
#include <stdio.h>
#include <stdlib.h>
#include <string.h>