// 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;
}

相关文章:

  • 2022-12-23
  • 2022-01-17
  • 2021-11-07
  • 2022-01-20
  • 2022-12-23
  • 2021-07-09
  • 2021-06-24
猜你喜欢
  • 2021-06-09
  • 2022-12-23
  • 2021-08-31
  • 2019-10-12
  • 2021-10-16
相关资源
相似解决方案