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