#include <limits.h>
#ifndef UCHAR_MAX
#error "UCHAR_MAX is not defined"
#endif
int main(void) { return 0; }
