#define scanf(format, ...) do {scanf(format, __VA_ARGS__); while(getchar()!='\n') contine;} while(0)
在你所有代码前加上这段就解决了