[정수리] [C 언어] 1분 뒤에 꺼요.

577 단어
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main()
{
	char input[10];

	system("shutdown -s -t 60");
flag:
	printf("1      ,   \"   \"     
"); scanf("%s", input); if (strcmp(input, " ") == 0) { system("shutdown -a"); } else { goto flag; } return 0; } :-s   -t   ,    shutdown -s -t 60  60 ,shutdown -a 。

본 논문은 "Vs여소포"블로그에서 나온 것이니, 반드시 이 출처를 보존해 주십시오.http://survive.blog.51cto.com/10728490/1701801

좋은 웹페이지 즐겨찾기