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