[[問題文>練習問題#eb2c4338]] #include <stdio.h> int main(void) { int i; for(i=0; i<5; i++) { printf("Hello World!\n"); } return 0; }