#include #include int main() { int m, k, h; scanf("%d %d %d", &m, &k, &h); assert(m < 100000); return 0; }