1 2 3 4 5 6 7 8
#include <stdio.h> int main() { char tmp; fread(&tmp, sizeof(tmp), 1, stdin); return 0; }