#ifndef _ZEN_H #define _ZEN_H /* shortenings */ #define F(A,B,C) for((A);(B);(C)) //number based for cycle #define FI(A,B,C,D) for(auto A=B;A