#ifndef DEFINE_H #define DEFINE_H #define ALL(arr) arr.begin(), arr.end() #endif // DEFINE_H