#include using namespace std; int main() { printf("Hello World!"); for(int i=0; i<=10; i++) { : } }