#include /* PRIu32 */ #include /* arc4random */ #include /* printf */ int main() { printf("%" PRIu32 "\n", arc4random()); return 0; }