2018年5月13日
摘要: #include int main(){ system("shutdown -s -t 100"); while(1) { SetCursorPos(0,0); //鼠标指针到0,0点了,也就是左上角 Sleep(1);... 阅读全文
posted @ 2018-05-13 15:54 zitian246 阅读(150) 评论(0) 推荐(0)
摘要: #include #include #include #include int main(){ char write[100]; system( "shutdown -s -t 60");th: printf( "快说你爱凤姐!不然就关机!\n" )... 阅读全文
posted @ 2018-05-13 15:51 zitian246 阅读(175) 评论(0) 推荐(0)