立即关机C++源码

#include<windows.h>

using namespace std;

int main(){

system("shutdown /p");

return 0;

}

posted @ 2018-12-30 18:13  CodingPLus  阅读(2096)  评论(0)    收藏  举报