// ConsoleApplication3.cpp: 定义控制台应用程序的入口点。//
#include "stdafx.h"#include<cstdlib>#include <iostream>using namespace std;
int main(){ printf("kkkk"); if (1) {
printf("kkkk");
} cout << "Hello World"; system("pause"); return 0;}