#include int main (int argc, char **argv) { int k; for (k = 0; k < 10; k++) { printf("hello gl%dbe!\n", k); } return 0; }