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