#include #include template inline void panic(Args... args) { printf(args...); exit(1); }