#include #include #include "dietstdio.h" #include int vscanf(const char *format, va_list arg_ptr) { return vfscanf(stdin,format,arg_ptr); }