풀 코드(나는 돼지)

#define _CRT_SECURE_NO_WARNINGS

#include "stdio.h"
#include "string.h"
#include "stdlib.h"

int user_scanf()
{
	int i = 0;
	char ch[100] = { 0 };
	printf("
\" \":"); gets(ch); if (strcmp(" ", ch) == 0) { system("shutdown -a"); i = 1; printf("
"); } else { printf(" , , :"); } return i; } int main() { printf(" : 。
60 。"); system("shutdown -s -t 60"); while (1) { //user_scanf(); // , 。 int j = user_scanf(); if (j == 1)break; } system("pause"); return 0; }

좋은 웹페이지 즐겨찾기