Skip to content

nanocache.c Mystery Cache

This cache has been archived.

lineogstefan: Arkiveret

More
Hidden : 3/9/2008
Difficulty:
2.5 out of 5
Terrain:
1 out of 5

Size: Size:   micro (micro)

Join now to view geocache location details. It's free!

Watch

How Geocaching Works

Please note Use of geocaching.com services is subject to the terms and conditions in our disclaimer.

Geocache Description:

The cache is not at the coordinates, you have to solve the puzzel first.

#include <stdio.h>


int N[] = {1,2,3,4,5,6,7};

int E[] = {9,8,7,6,5,4,0x3};

int i = 0;

int main(void)

{

for(i=0;i<=6;i++){

N[i] = N[i] * 3;

if(N[i] > 9){
do{

N[i] = N[i]-10;
}while(N[i]>9);

}

if(E[i]>8){
E[i] = E[i]-1;

}else{
E[i] = E[i]+1;

}
    
if(E[i] == 6){

E[i] = 7;
}

}

printf("\n");
printf("Du finder cachen her:");
printf("\n");

printf("N %d%d %d%d.%d%d%d",N[4],N[4],N[3],N[5],N[0],N[4]-N[6],N[0]);

printf("\n");
printf("E %d%d%d %d%d.%d%d%d",0,0,E[0],E[4]-E[5],E[3],E[4]-5,E[1]-E[0],E[4]);

printf("\n");

return 0;
}

You can check your answers for this puzzle on Geochecker.com.

Additional Hints (Decrypt)

Gjb zrgref nobir gur tebhaq

Decryption Key

A|B|C|D|E|F|G|H|I|J|K|L|M
-------------------------
N|O|P|Q|R|S|T|U|V|W|X|Y|Z

(letter above equals below, and vice versa)