#include int main() { char tmp; fread(&tmp, sizeof(tmp), 1, stdin); return 0; }