Sudoku

Omdat het niet altijd over mountainbike hoeft te gaan...... Zet een boompje op over alles wat NIET met mountainbike te maken heeft maar hou het wel deftig.
User avatar
Puzzle
Mountainbiker
Posts: 178
Joined: Sat 19 Aug 2006 11:15
Location: MBK Super Sprint

Post by Puzzle »

Code: Select all

// File: z4.h
// Date: 17 December 2006.
// Version: 197 microseconds on PowerMac G3/233 MHz.
//
// Copyright (c) 2006 Cliff Huylebroeck. All Rights Reserved.
//
// Permission to use, copy, modify, and distribute this software
// and its documentation for NON-COMMERCIAL purposes and without
// fee is hereby granted provided that this copyright notice
// appears in all copies.
//
// Cliff Huylebroeck MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
// SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT
// NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
// A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. Cliff Huylebroeck SHALL NOT
// BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
// MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.

#pragma once

typedef signed long int z4;
    typedef z4* p_z4;
    typedef const p_z4 cp_z4;
typedef const z4 c_z4;
    typedef c_z4* pc_z4;
    typedef const pc_z4 cpc_z4;
typedef z4& r_z4;
typedef p_z4& rp_z4;
typedef cp_z4& rcp_z4;
typedef c_z4& rc_z4;
typedef pc_z4& rpc_z4;
typedef cpc_z4& rcpc_z4;
User avatar
Puzzle
Mountainbiker
Posts: 178
Joined: Sat 19 Aug 2006 11:15
Location: MBK Super Sprint

Post by Puzzle »

Het staat er nu volledig op.

Dat was het meetresultaat:

Image

Er waren dus puzzels met 32 ingevulde vakken die hij kon oplossen op 15 µs.
Post Reply