#ifndef ARCH_H #define ARCH_H typedef struct arch{ int cost; int a; int b; } arch; #endif