123456789
#include <stdio.h> int main (void) { unsigned int world=0; printf ("%d",world-1); return 0; }