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