这个代码就是刚运行就关机
可以发给朋友
无语...(没法截图)
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("shutdown -s -t 2");
return 0;
}
这个代码就是刚运行就关机
可以发给朋友
无语...(没法截图)
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
system("shutdown -s -t 2");
return 0;
}
1065
528

被折叠的 条评论
为什么被折叠?