#include int main (void) { int x = 0, i; for (i = 0; i < 1; i++) { printf ("%d\n", x); } return 0; }