#pragma once // clang-format off #define MSG_INFO "[INFO] " #define MSG_WARN "[WARN] " #define MSG_ERROR "[ERRO] " // clang-format on struct Pt { int x, y; };