#include int main() { unsigned int i = 0; while (++i) printf("%u\n", i); return 0; }