#include "stdafx.h"#include "stdlib.h"int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){ Sleep(atoi(lpCmdLine)*1000); return 0;}